Webview sometime seems like white or transparent when I load the pdf URL with appending "http://docs.google.com/gview?embedded=true&url=", Please help me out on this.
webView.loadUrl("http://docs.google.com/gview?embedded=true&url=$fileUrl")
Webview sometime seems like white or transparent when I load the pdf URL with appending "http://docs.google.com/gview?embedded=true&url=", Please help me out on this.
webView.loadUrl("http://docs.google.com/gview?embedded=true&url=$fileUrl")
Set Hardware Accelerated true in manifest
android:hardwareAccelerated="true"
this worked for me. hopefully this will also help someone.