Custom WebView comes with a downloading extension. and despite my efforts I cant find anything else like it.
How do you activate the download (on the web page) ?
Yeah, within the webviewer. So i have been using download helper
With a link or a button, for example ?
Say I click something in a web page and I download it. it downloads it. For example, in a youtube to .mp3 site there is a button that says download, with download helper when I click it downloads it.
Why am I getting this error? java.lang.ArrayIndexOutOfBoundsException: length=1; index=-1 at java.util.ArrayList.get(ArrayList.java:439) at com.sunny.CustomWebView.CustomWebView.getIndex(Unknown Source:26) at com.sunny.CustomWebView.CustomWebView.access$200(Unknown Source:0) at com.sunny.CustomWebView.CustomWebView$ChromeClient.onProgressChanged(Unknown Source:4) at WV.i23.g(chromium-TrichromeWebViewGoogle6432.aab-stable-755911138:19) at WV.oh.handleMessage(chromium-TrichromeWebViewGoogle6432.aab-stable-755911138:232) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288) at android.app.ActivityThread.main(ActivityThread.java:7950) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
I deleted that because I though it was not needed when I changed my mind on how I was going to do this. That's my bad, thank you.
How can I use download helper and customwebview version 13? Because CWV comes with downloadhelper and browser prompt thing. When I add the aix it changed the CWV V13 back to V12. But I want it at 13. When I try to add the v13 aix to the bundle, it says the import fails.
There are compatibility issues. Recommended is to start fresh.
I hope you have downloaded aix from beta branch on GitHub.
is there any other extension that works like download helper?
I am not sure about that. There are some extensions which can be used for downloading files but you'll have to adjust blocks accordingly.
can you point me in the direction of them? also do you know when the next update for CWV will be?
Is there a way using this extension I can integrate webgl? Because some sites need webgl to run. When I try to go to them it says that webgl is required and I don't have that?
In my project I am using the extension CustomWebView by vknow360. I am currently using version 13. The download helper extension that comes with the latest full release only works with version 12 not 13 because of compatibility issues according to vknow. Is there any extensions that function like the downloadhelper or at least can do the code in this screenshot. My current project heavily relies on CWV version 13 and I am struggling to find and downloadhelper alternatives.
This is the code that download helper is doing but I can't run CWV version 13 and download helper in the same project.
In v13, extension has been split into two aix, CustomWebView + Helpers
First import CustomWebView and then CvwUtils.
No, you can't do anything about it.
If it is supported then it'll work. Make sure system webview is updated.
This gave me only CWV and browserprompthelper. Not downloadhelper
Sorry for that. I have updated aix. Please download again.



