<?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: Map is freezed when switching back to the app on Android 14 in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1404735#M6191</link>
    <description>&lt;P&gt;Esri posted an update on another post which I think would apply here too:&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/android-map-is-frozen-when-resuming-app/m-p/1404692/highlight/true#M12592" target="_blank"&gt;https://community.esri.com/t5/net-maps-sdk-questions/android-map-is-frozen-when-resuming-app/m-p/1404692/highlight/true#M12592&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 17:18:03 GMT</pubDate>
    <dc:creator>FelicityRhone</dc:creator>
    <dc:date>2024-04-02T17:18:03Z</dc:date>
    <item>
      <title>Map is freezed when switching back to the app on Android 14</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1378043#M6154</link>
      <description>&lt;P&gt;I'm wondering if this is something with our specific app or not so I'm reaching out here to see if anyone else has seen this.&lt;BR /&gt;&lt;BR /&gt;On devices with Android 14 we are seeing that if you have our app open with the map visible, switch to another app for minimum 10-15s (without fully closing our app), and then go back to our app, you can't interact with the map anymore (can't pan, click, zoom). If you rotate the device so it re-renders, things are back again.&lt;BR /&gt;&lt;BR /&gt;We are running 100.15.1 in production, and it is also happening with 100.15.4. It is not happening with the iOS version of our app.&lt;BR /&gt;&lt;BR /&gt;Edit: It's worth mentioning that other UI elements in our app (e.g. buttons on top of the map) work after switching back to the app, it's just the map that doesn't accept interactions anymore.&lt;BR /&gt;&lt;BR /&gt;Edit2: We haven't been able to reproduce in simulator thus far, only on physical devices.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 12:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1378043#M6154</guid>
      <dc:creator>EirikH</dc:creator>
      <dc:date>2024-02-05T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Map is freezed when switching back to the app on Android 14</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1380206#M6160</link>
      <description>&lt;P&gt;As a workaround we are listening on app state changes (inactive/background vs active) and once it is active again we manually force it to update:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt; mapview.pause();
 mapview.resume();
 mapview.invalidate();&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: It might be that mapview.invalidate() is enough, but haven't verified that on all applicable devices yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 09:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1380206#M6160</guid>
      <dc:creator>EirikH</dc:creator>
      <dc:date>2024-02-09T09:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Map is freezed when switching back to the app on Android 14</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1396352#M6190</link>
      <description>&lt;P&gt;I am running into the same issue - not just you! I'm&amp;nbsp;using the ArcGIS Runtime for Xamarin Forms (seeing this in 100.15.2) - I wasn't able to get your workaround working in my app &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Update: I was able to get the workaround sort-of working using reflection to call Pause/Resume (in a custom MapViewRenderer for Android). It makes the map render properly for panning/zooming, but when I have geolocation on it crashes the app with a SIGSEGV when the geolocation pulse tries to draw.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 17:05:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1396352#M6190</guid>
      <dc:creator>FelicityRhone</dc:creator>
      <dc:date>2024-03-20T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Map is freezed when switching back to the app on Android 14</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1404735#M6191</link>
      <description>&lt;P&gt;Esri posted an update on another post which I think would apply here too:&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/android-map-is-frozen-when-resuming-app/m-p/1404692/highlight/true#M12592" target="_blank"&gt;https://community.esri.com/t5/net-maps-sdk-questions/android-map-is-frozen-when-resuming-app/m-p/1404692/highlight/true#M12592&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 17:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1404735#M6191</guid>
      <dc:creator>FelicityRhone</dc:creator>
      <dc:date>2024-04-02T17:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Map is freezed when switching back to the app on Android 14</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1407053#M6196</link>
      <description>&lt;P&gt;Thanks for the update&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/228935"&gt;@FelicityRhone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 10:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1407053#M6196</guid>
      <dc:creator>EirikH</dc:creator>
      <dc:date>2024-04-08T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Map is freezed when switching back to the app on Android 14</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1497883#M6214</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I found a workaround by altering the MapView layout on app resume.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My workaround is for the .NET SDK. Please see code in the other thread.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 20:20:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/map-is-freezed-when-switching-back-to-the-app-on/m-p/1497883#M6214</guid>
      <dc:creator>esp1rl</dc:creator>
      <dc:date>2024-06-26T20:20:40Z</dc:date>
    </item>
  </channel>
</rss>

