Hi,
I've been using xamarin.forms but have ran across a bug on my phone devices, when it rotates the contents of the webview disappears. I added ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize to my main activity to keep my other views from reloading but webview seems to be loosing its content.
Interestingly the content height appears correct but nothing is shown. I am using the HtmlWebSource and tried to reload the html content just incase but nothing loads.
Have I missed something obvious?