I want to display pdf content in webview.
Here is my code:
WebView webview = new WebView(this); setContentView(webview); webview.getSettings().setJavaScriptEnabled(true); webview.loadUrl("URL/Demo_PDF.pdf");
Problem:
When I try to start the application, at this time I get a blank screen.
And also, if there is any PDF viewer, then also suggest me !!
FYI, I have already set the Internet permission.
android pdf
Paresh Mayani Dec 17 2018-10-17T00: 00Z
source share