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
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
First of all, great work, we use your nuget in a commercial project.
But there is a problem. When the map control (or a control that it is nested in) has IsVisible set to false as initial value, application gets unhandled exception with message Catastrophic failure and no stack trace.
When the map control is loaded and IsVisible is set to false later, it works fine.
When HeightRequest = 0 and WidthRequest = 0 it also works fine. This might be a workaround maybe.
The text was updated successfully, but these errors were encountered:
100s
changed the title
[bug] Invisible map
[bug] Crash when IsVisible=false
Feb 23, 2016
Hi!
First of all, great work, we use your nuget in a commercial project.
But there is a problem. When the map control (or a control that it is nested in) has IsVisible set to false as initial value, application gets unhandled exception with message Catastrophic failure and no stack trace.
When the map control is loaded and IsVisible is set to false later, it works fine.
When HeightRequest = 0 and WidthRequest = 0 it also works fine. This might be a workaround maybe.
The text was updated successfully, but these errors were encountered: