Hi,
Have been having an issue where customers report the map locking up occasionally, sometimes for several minutes or until they force quit the application. Recently had the map lockup for me during development, so when I paused the debugger I found that it was stuck in a call to CoreMapView.ViewInsets.set
It was stuck in this call for several minutes before I terminated the application. Was curious if there is a known issue around this or if there is any reason it should lock up in this method? There was no callstack available, it was just App.Run > <External Code> > CoreMapView.ViewInsets.set
Thanks