Download PDF file in android web view -


i using jspdf convert html pdf file. in websites works fine in android webview when clicking button reloads page. searched nothing works fine.

i added below code in main activity:

mwebview.setdownloadlistener(new downloadlistener() { public void ondownloadstart(string url, string useragent, string contentdisposition, string mimetype, long contentlength) { intent = new intent(intent.action_view); i.setdata(uri.parse(url)); startactivity(i); } });


new android.
please me find it. in advance.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -