不具合
| 不具合 ID 番号 | BUG-000136140 |
|---|---|
| 送信されました | December 14, 2020 |
| 最終更新日 | July 5, 2025 |
| 適用対象 | ArcGIS Runtime SDK |
| 見つかったバージョン | 100.9 |
| オペレーティング システム | Apple iOS |
| オペレーティング システムのバージョン | 12.0x |
| 修正されたバージョン | 100.11 |
| ステータス | Fixed |
Use a custom renderer for MapView. Refer to: https://community.esri.com/t5/arcgis-runtime-sdk-for-net/mapview-objectdisposedexception-ios/m-p/668849#M8426.
[assembly: ExportRenderer(typeof(Esri.ArcGISRuntime.Xamarin.Forms.MapView), typeof(MyMapViewRenderer))]
namespace xxx.Forms.iOS
{
public class MyMapViewRenderer : MapViewRenderer
{
protected override bool ManageNativeControlLifetime => false;
}
}
不具合 ID: BUG-000136140
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード