laptop and a wrench

Bogue

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
Numéro d’ID de bogue BUG-000165254
EnvoiFebruary 21, 2024
Dernière modificationAugust 21, 2024
S’applique àArcGIS Runtime SDK for .NET
Version trouvée100.15
Système d’exploitationAndroid
Version du système d’exploitationN/A
StatutWill Not Be Addressed

Informations supplémentaires

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.

Solution de contournement

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; } ```

Étapes pour reproduire

ID de bogue: BUG-000165254

Logiciel:

  • ArcGIS Runtime SDK for .NET

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement