Reputation: 43
Xamarin.Forms PCL application containing several WebViews that are loaded with HTML strings. Runs without any problems on iOS. Runs without any problems within the Visual Studio 2015 environment on UWP. But if I shut Visual Studio down and run the UWP app none of the WebViews appear. What am I doing wrong ? Did I hit a bug ?
Upvotes: 0
Views: 524
Reputation: 43
Found the problem. It is a Xamarin.Forms bug:
https://bugzilla.xamarin.com/show_bug.cgi?id=57451
The workaround is to explicitly set a HeightRequest to the Web View.
Upvotes: 1