Marco Antonio Blanco

Results 10 comments of Marco Antonio Blanco

I leave here link for -Android handler sample: https://github.com/marcoablanco/RxUI.MauiToolkit/blob/develop/RxUI.MauiToolkit/Platforms/Android/Handlers/RxButtonHandler.cs Windows handler sample: https://github.com/marcoablanco/RxUI.MauiToolkit/blob/develop/RxUI.MauiToolkit/Platforms/Windows/Handlers/RxButtonHandler.cs and iOS: https://github.com/marcoablanco/RxUI.MauiToolkit/blob/develop/RxUI.MauiToolkit/Platforms/iOS/Handlers/RxButtonHandler.cs But I haven't tried it on iOS, I don't know if it works yet.

This happens to me every 5 - 10 deploys in debug. When it happens, PushAsync doesn't work in shell either, I don't know if it's related. I have to clean...

> Still not working in GA. Is there a method, to show/hide the ENTRY keyboard manually? I've encountered a different problem. Keyboard is not hiding when unfocus entry. I made...

> > > Still not working in GA. Is there a method, to show/hide the ENTRY keyboard manually? > > > > > > I've encountered a different problem. Keyboard...

> [Defocus_issue.zip](https://github.com/dotnet/maui/files/9364048/Defocus_issue.zip) Added a sample Your handler is not registered. I added to MauiProgram and works. ```C var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() #if ANDROID .ConfigureMauiHandlers(handlers => handlers.AddHandler()) #endif .ConfigureFonts(fonts...

The issue still persists in .NET 8. Are there any updates?

In nuget.org still appear Net6. Net8 is marked as Additional computed target framework. On november support for net6 will be end. That's why I was asking if it will be...

Solved: ReactiveUI 22.2.1 is built against Microsoft.iOS 26.0.0.0, but .NET MAUI 9.0.110 still references Microsoft.iOS 18.4.0.0. To compile successfully, you need to use at least .NET SDK version 9.0.306, which...

The issue also occurs in iOS when an Expander is placed within a ScrollView.