How to open local PDF file in WebView in Android?

前端 未结 7 1135
终归单人心
终归单人心 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:43

    WebView can not open a .pdf file. The most popular solution (google docs' url + your url in WebView) just shows you converted by google docs pictures. However there is still no simple way to open .pdf from url.

提交回复
热议问题