<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bug Esri.ArcGISRuntime.ArcGISRuntimeException: Invalid argument: Scale can't be NAN in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-esri-arcgisruntime-arcgisruntimeexception/m-p/1346707#M12284</link>
    <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 15:20:00 GMT</pubDate>
    <dc:creator>TomášZachoval</dc:creator>
    <dc:date>2023-11-07T15:20:00Z</dc:date>
    <item>
      <title>Bug Esri.ArcGISRuntime.ArcGISRuntimeException: Invalid argument: Scale can't be NAN</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-esri-arcgisruntime-arcgisruntimeexception/m-p/1335300#M12169</link>
      <description>&lt;P&gt;Hello I want to find solution, or report a bug for Esri.ArcGISRuntime.Maui Android.&lt;/P&gt;&lt;P&gt;Occasionally happening this bug. Also it was happend on xamarin forms&amp;nbsp;maui it persists.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got this log from appcenter&lt;/P&gt;&lt;P&gt;mono.android.view.View_OnTouchListenerImplementor.onTouch&lt;BR /&gt;Esri.ArcGISRuntime.ArcGISRuntimeException: Invalid argument: Scale can't be NAN&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;RuntimeCoreNet.GeneratedWrappers.CoreMapView.InteractionZoomToScale(Double scale, CoreCoordinate2D screenPoint)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Esri.ArcGISRuntime.UI.Controls.MapView.OnGeoViewManipulationDelta(PointF origin, PointF screenLocation, Double translateX, Double translateY, Double scale, Double rotation, Boolean isFlick, DeviceIndependentPointingDevice device)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Esri.ArcGISRuntime.UI.UserInteractionHandler.OnManipulationDelta(PointF origin, PointF screenLocation, Double translateX, Double translateY, Double scale, Double rotation, Boolean isFlick, DeviceIndependentPointingDevice device)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Esri.ArcGISRuntime.UI.AndroidDeviceInteractionHandler.OnTouchEvent(MotionEvent ev)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Esri.ArcGISRuntime.UI.Controls.GeoView.&amp;lt;.ctor&amp;gt;b__7_0(Object s, TouchEventArgs e)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Android.Views.View.IOnTouchListenerImplementor.OnTouch(View , MotionEvent )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Android.Views.View.IOnTouchListenerInvoker.n_OnTouch_Landroid_view_View_Landroid_view_MotionEvent_(IntPtr , IntPtr , IntPtr , IntPtr )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PPLL_Z(_JniMarshal_PPLL_Z , IntPtr , IntPtr , IntPtr , IntPtr )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;It only for Android.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Does someone know workaround.&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 10:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-esri-arcgisruntime-arcgisruntimeexception/m-p/1335300#M12169</guid>
      <dc:creator>TomášZachoval</dc:creator>
      <dc:date>2023-10-05T10:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bug Esri.ArcGISRuntime.ArcGISRuntimeException: Invalid argument: Scale can't be NAN</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-esri-arcgisruntime-arcgisruntimeexception/m-p/1335447#M12170</link>
      <description>&lt;P&gt;Hi Tomas,&lt;/P&gt;&lt;P&gt;Thanks for the detailed callstack. That's really helpful. It looks like there are a few cases where Android could return a NaN value from a pinch zoom gesture, that we aren't guarding against. While I don't have a workaround for you, the above is enough information that we at least can get a fix in for the next release.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 16:10:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-esri-arcgisruntime-arcgisruntimeexception/m-p/1335447#M12170</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-10-05T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bug Esri.ArcGISRuntime.ArcGISRuntimeException: Invalid argument: Scale can't be NAN</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/bug-esri-arcgisruntime-arcgisruntimeexception/m-p/1346707#M12284</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 15:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/bug-esri-arcgisruntime-arcgisruntimeexception/m-p/1346707#M12284</guid>
      <dc:creator>TomášZachoval</dc:creator>
      <dc:date>2023-11-07T15:20:00Z</dc:date>
    </item>
  </channel>
</rss>

