0

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 ?

2
  • I am not using UWP but do you need to pack an app before you can run it? Commented 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. Commented Aug 14, 2017 at 20:54

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

That workaround doesn't work for me - it shows sometimes, but sometimes it's blank.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.