Google docs PDF viewer

前端 未结 1 1687
故里飘歌
故里飘歌 2020-12-20 03:23

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


        
相关标签:
1条回答
  • 2020-12-20 03:46

    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" /> 
    
    0 讨论(0)
提交回复
热议问题