kimhongka
kimhongka
I am on .NET 8.0.14 and still having this issue. Please fix it
The only way that is working for me is I've tried to use Entry Handler way and also adding protected override void OnTextChanged(string oldValue, string newValue) { CursorPosition = Text.Length;...
I'm getting the same issue. According to MAUI document, I can see they want to use CanExecute in Commanding to enable/disable the toolbarItem. I have followed it and it works...
Im getting the same issue. I cannot believe this has not fixed untill now. MAUI document shows only about using GoToAsync way for Shell navigation instesad of using the NavigationPage...
Any update? I ended up adding a custom view as the titleview in Grid. I reported bugs during the transition from Xamarin.Forms (XF) to .NET MAUI. None of them have...
Im also getting the same issue. It only occurs on Android. The same codes work for ios. I am not using shell. I only added the cameraview, no grid or...