In accordance with advice of many I\'m trying to use goolge docs to show a pdf in a WebView.
Here is my code:
@SuppressLint(\"SetJavaScriptEnabled\")
And in case someone is beating their head against the wall in a similar situation, it's a case of forgotten permissions.
<uses-permission android:name="android.permission.INTERNET" />