laptop and a wrench

Erro

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 do Erro BUG-000165254
EnviadoFebruary 21, 2024
Última ModificaçãoAugust 21, 2024
Aplica-se àArcGIS Runtime SDK for .NET
Versão encontrada100.15
Sistema OperacionalAndroid
Versão do Sistema OperacionalN/A
StatusWill Not Be Addressed

Informações Adicionais

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.

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000165254

Software:

  • ArcGIS Runtime SDK for .NET

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download