inthehand / Forms.Maps.Platform.WinRT

Xamarin Forms Maps for Windows Phone 8.1
MIT License
3 stars 1 forks source link

[bug] Crash when IsVisible=false #3

Open 100s opened 8 years ago

100s commented 8 years ago

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.

peterfoot commented 8 years ago

Thanks, investigating this. Which platform are you using? Windows Phone 8.1, Windows 8.1 or Windows 10?

100s commented 8 years ago

Windows Phone 8.1