How To Open Pdf File From Sd Card In Webview In Android
How to open Sd card pdf file in Webview without using Intent in Android?
Solution 1:
You cant open pdf directly in android web browser.
Use Google Docs in a WebView Like this : Read pdf file from sd-card with the help of webview
Solution 2:
How to open Sd card pdf file in Webview without using Intent in Android?
Generally, you can't. WebView
does not have any native ability to display PDF files. You are welcome to attempt to get PDF.js
to work, as is discussed in this Stack Overflow question.
Post a Comment for "How To Open Pdf File From Sd Card In Webview In Android"