Enable download in Sketchware web browser
Code here:
webview1.setDownloadListener(new DownloadListener() {\n public void onDownloadStart(String url, String userAgent,\n String contentDisposition, String mimetype,\n long contentLength) {\n Intent i \u003d new Intent(Intent.ACTION_VIEW);\n i.setData(Uri.parse(url));\n startActivity(i);\n }\n});
not working 7 error occurs
ReplyDeletehow to use this code in android studio...?
ReplyDeleteNice..
ReplyDeletebigo live
Thanks for the sharing...this very nice
ReplyDeleteBigo live stream
Very Nice Post
ReplyDeleteClick here below link
Bigo Live for Windows phones
This code error in android
ReplyDeletewebview1.setDownloadListener(new DownloadListener() {\n public void onDownloadStart(String url, String userAgent,\n String contentDisposition, String mimetype,\n long contentLength) {\n Intent i \u003d new Intent(Intent.ACTION_VIEW);\n i.setData(Uri.parse(url));\n startActivity(i);\n }\n});
Works Normally!
ReplyDelete