漏洞
| 漏洞 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 支持应用程序