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 ?
-
I am not using UWP but do you need to pack an app before you can run it?Yuri S– Yuri S2017-08-13 18:18:25 +00:00Commented Aug 13, 2017 at 18:18
-
No if you are running on the development machine. It gets automatically installed as an UWP app on that machine every time you build it.Halil Doğan Bolak– Halil Doğan Bolak2017-08-14 20:54:28 +00:00Commented Aug 14, 2017 at 20:54
Add a comment
|
1 Answer
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.
1 Comment
jbyrd
That workaround doesn't work for me - it shows sometimes, but sometimes it's blank.