0

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")

jay shah
  • 300
  • 1
  • 8

1 Answers1

0

Set Hardware Accelerated true in manifest

    android:hardwareAccelerated="true"

this worked for me. hopefully this will also help someone.