My webview does not work with this page.What can I do?

studio4

Member
Licensed User
Longtime User
I need to reproduce in a webview this page:
http://www.mitele.es/series-online/a.../capitulo-188/
It is possible?.
I am working in a proyect and it is very important for me.
I have done it, but it do no work:

WebViewExtras1.addJavascriptInterface(w, "B4A")
WebViewSetting1.setJavaScriptCanOpenWindowsAutomat ically(w,True)
WebViewExtras1.addWebChromeClient(w)
WebViewSetting1.setAppCacheEnabled(w,True)
WebViewSetting1.setAllowFileAccess(w,True)
WebViewSetting1.setDefaultTextEncodingName(w,"html 5")
WebViewSetting1.setDOMStorageEnabled(w,True)
w.loadurl("http://www.mitele.es/series-online/aida/temporada-9/capitulo-188/"

Thanks
 

studio4

Member
Licensed User
Longtime User
I had proved it.

Good evening Erel. The solution of adding: “SetApplicationAttribute(android:hardwareAccelerated, "true")”, I had proved it and it does not work. Later I attach a file with an example of my project. It would need to know if there is some way of reproducing this video. Thank you very much for everything. It is very important for me. Yours sincerely. Thanks a lot.
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
It doesn't work on my devices running Froyo, ICS and Jelly Bean.

On my EVO running Froyo, just played a 10 seconds commercial and then THIS error appears, and no matter what video I tap on, this happens.
 
Upvote 0

vb1992

Well-Known Member
Licensed User
Longtime User
I think those video links don't even work on a desktop web browser.
I thought the ad was the video, but i did find a valid video from that
site and it's working after the ad.
 
Upvote 0
Top