How to open local PDF file in WebView in Android?

前端 未结 7 1175
终归单人心
终归单人心 2020-11-28 12:24

I want to open local (SD card) PDF file in a WebView.

I already tried this:

webview = (WebView) findViewById(R.id.webview);
webview.getSettings().set         


        
7条回答
  •  感动是毒
    2020-11-28 12:32

    As @Sameer replied in your comment above, the only solution to view PDF in webview is through Google Docs' online viewer which will render and send back a readable version to your app.

    Previously discussed here

    • Open PDF in a WebView
    • Open a pdf file inside a webview.

提交回复
热议问题