Hello I want to find solution, or report a bug for Esri.ArcGISRuntime.Maui Android.
Occasionally happening this bug. Also it was happend on xamarin forms maui it persists.
I got this log from appcenter
mono.android.view.View_OnTouchListenerImplementor.onTouch
Esri.ArcGISRuntime.ArcGISRuntimeException: Invalid argument: Scale can't be NAN
Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)
RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)
RuntimeCoreNet.GeneratedWrappers.CoreMapView.InteractionZoomToScale(Double scale, CoreCoordinate2D screenPoint)
Esri.ArcGISRuntime.UI.Controls.MapView.OnGeoViewManipulationDelta(PointF origin, PointF screenLocation, Double translateX, Double translateY, Double scale, Double rotation, Boolean isFlick, DeviceIndependentPointingDevice device)
Esri.ArcGISRuntime.UI.UserInteractionHandler.OnManipulationDelta(PointF origin, PointF screenLocation, Double translateX, Double translateY, Double scale, Double rotation, Boolean isFlick, DeviceIndependentPointingDevice device)
Esri.ArcGISRuntime.UI.AndroidDeviceInteractionHandler.OnTouchEvent(MotionEvent ev)
Esri.ArcGISRuntime.UI.Controls.GeoView.<.ctor>b__7_0(Object s, TouchEventArgs e)
Android.Views.View.IOnTouchListenerImplementor.OnTouch(View , MotionEvent )
Android.Views.View.IOnTouchListenerInvoker.n_OnTouch_Landroid_view_View_Landroid_view_MotionEvent_(IntPtr , IntPtr , IntPtr , IntPtr )
Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PPLL_Z(_JniMarshal_PPLL_Z , IntPtr , IntPtr , IntPtr , IntPtr )
It only for Android.
Does someone know workaround.
Thank you
Tomas