How to open Sd card pdf file in Webview without using Intent in Android?
Asked
Active
Viewed 3,032 times
2 Answers
0
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

Community
- 1
- 1

Football-Is-My-Life
- 1,407
- 7
- 18
- 35
-
Tnx for quick response, I want to open pdf file from Sd card in Webview not from URL. – VKSingh Jul 12 '14 at 11:20
0
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.

Community
- 1
- 1

CommonsWare
- 986,068
- 189
- 2,389
- 2,491