UWP MapControl crashes after zooming in

前端 未结 5 1830
失恋的感觉
失恋的感觉 2021-01-19 03:07

I created a simple UWP application with no code, just XAML.

    
        
    <         


        
5条回答
  •  无人及你
    2021-01-19 03:22

    I am facing exactly same issue. I have been testing my application for the last 2 months and it never crashed because of MapControl. I submitted the application on the store last week and yet no crash.

    Suddenly, it started crashing today whenever the user navigated to map page containing PivotControl for different weather layers.

    I don't think this has anything to do with Windows 10 build. I am facing this issue across multiple builds (1803, 1903 & 2004).

    Here are my few observations.

    1. It works when I remove other Pivot Items and leave just one.
    2. It also works when I remove "ZoomLevel" property and leave all the pivot items.

    It seems that Microsoft has changed something at the service end.

提交回复
热议问题