Android Webview cannot render the pdf sometimes and shows blank/white page instead
问题 Open the pdf in the webview using google docs Open the same pdf or different pdf again and again. Sometimes it will show the blank/white page in the android untill we refresh the webpage again for 1 or 2 times. I have made the sample on the pdf. The link for the project is shown below: https://github.com/gopalawasthi123/PdfWebView Hope this will help you Better. public void SetWebView(WebView webview,string externalUrl){ webview.Tag = "webview"; webview.Settings.JavaScriptEnabled = true;