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
Post a Comment