You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested on Android v 1.5.1 and 1.6.1, but might be valid for iOS as well as for latest versions.
The exception is thrown in private void UpdatePins(bool firstUpdate = true) because FormsMap is null. My scenario when exception occurred was as following: page with map is loaded, data for pins is requested from the server and pins are added to the screen, probably in the middle of this process user changes page to another one which removes map control and as a result FormsMap becomes null.
The text was updated successfully, but these errors were encountered:
"probably in the middle of this process user changes page to another one which removes map control"
I'm sorry I dont understand the real flow you are having in your app.
What is the main page of your app ?
Where is the mapPage in the navigation stack ?
Tested on Android v 1.5.1 and 1.6.1, but might be valid for iOS as well as for latest versions.
The exception is thrown in
private void UpdatePins(bool firstUpdate = true)
becauseFormsMap
is null. My scenario when exception occurred was as following: page with map is loaded, data for pins is requested from the server and pins are added to the screen, probably in the middle of this process user changes page to another one which removes map control and as a resultFormsMap
becomes null.The text was updated successfully, but these errors were encountered: