Hi everyone,
I'm trying to make a cross-platform Xamarin Forms Webview application and have a render issue with the iOS WebView.
When clicking a link the WebView clears for a few moments, and then the next page starts rendering. Is there a way to make the WebView not clear the screen until its ready to render the next page?
(Not sure if I explained that well. If I didn't, its the effect you get on an iPhone in the normal browser when you click a link on any site. The screen goes white and a few moments later the next page starts to render. I'd like to get rid of the screen going white to make the app feel smoother.)
I have made a custom iOS WebViewRenderer to customise the rendering of my web page, and have experimented quite a bit, but I cant seem to find anything that would solve this. Any help would be GREATLY appreciated!
Thanks,
Bas