Halil Doğan Bolak
Halil Doğan Bolak

Reputation: 43

Xamarin.Forms WebView With String HTML Source - Works on iOS but not on UWP (outside the Visual Studio)

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

Answers (1)

Halil Doğan Bolak
Halil Doğan Bolak

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

Related Questions