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
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.
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.