laptop and a wrench

不具合

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
不具合 ID 番号 BUG-000165254
送信されましたFebruary 21, 2024
最終更新日August 21, 2024
適用対象ArcGIS Runtime SDK for .NET
見つかったバージョン100.15
オペレーティング システムAndroid
オペレーティング システムのバージョンN/A
ステータスWill Not Be Addressed

参考情報

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.

対処法

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

再現の手順

不具合 ID: BUG-000165254

ソフトウェア:

  • ArcGIS Runtime SDK for .NET

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動