laptop and a wrench

Error

On ArcGIS Runtime SDK for .NET, the Xamarin 100.15 app freezes when multitasking on Samsung's Android 14 physical device.

ArcGIS Runtime SDK for .NET
Número de ID del error BUG-000165254
EnviadoFebruary 21, 2024
Última modificaciónAugust 21, 2024
Relacionado conArcGIS Runtime SDK for .NET
Versión encontrada100.15
Sistema operativoAndroid
Versión de sistema operativoN/A
EstadoWill Not Be Addressed

Información adicional

Issue will be not be addressed for ArcGIS Runtime SDK for 100.15.x. It is suggested to upgrade to the latest version of ArcGIS Maps SDK for .NET. Use the workaround suggested in this issue to maintain using the 100.15.x version.

Solución alternativa

Suggested workaround is to trigger a redraw of the map. For example following code will trigger a redraw by minimally changing the size of the mapview and then revert it back.

``` protected override void OnResume() { var mv = (MapView)MainPage.FindByName("MyMapView"); mv.Margin = new Thickness(1, 0, 0, 0); EventHandler sizeChanged = null; sizeChanged = (s, e) => { MapView mapView = (MapView)s; mapView.SizeChanged -= sizeChanged; mapView.Margin = new Thickness(); }; mv.SizeChanged += sizeChanged; } ```

Pasos para reproducir

ID del error: BUG-000165254

Software:

  • ArcGIS Runtime SDK for .NET

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga