FM1973

Results 53 comments of FM1973

Both workarounds do not work for me. Please fix it.

Happens now and then in our app too. But not every time.

Hey there. The following workaround works form me: https://github.com/xamarin/Xamarin.Forms/issues/15512 In mauiprogram I then configure the handler like this: `.ConfigureMauiHandlers((handlers) => { #if IOS16_0_OR_GREATER handlers.AddHandler(typeof(Shell), typeof(CustomShellRenderer)); #endif });`

Same here. I had to set the targetSdkVersion to 32 to use Notifications. A lot of people already user Android 13. It would be nice to have the new permissions...

same here. we are about to release the app to public, but we can´t. The error randomly happens. This is really a show stopper!

This happens for CarouselView and CollectionView. We got our app ready and it´s pretty stable except this bug (99% of crash reports). Can someone tell me if there is a...

Example error: Java.Interop.JniEnvironment.InstanceMethods.CallNonvirtualBooleanMethod(JniObjectReference , JniObjectReference , JniMethodInfo , JniArgumentValue* ) Java.Interop.JniPeerMembers.JniInstanceMethods.InvokeVirtualBooleanMethod(String , IJavaPeerable , JniArgumentValue* ) Android.Views.ViewGroup.DrawChild(Canvas , View , Int64 ) Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer.DrawChild(Canvas canvas, View child, Int64 drawingTime) Android.Views.ViewGroup.n_DrawChild_Landroid_graphics_Canvas_Landroid_view_View_J(IntPtr ,...