Calling javascript function from android webview?
- by Edmond Tamas
I try to call a javascript function from directly form my application (webview.apk), in order to start a script which would autoplay a html5 video clip, I have tried to add itt right after webview loadURL but wwithout luck.
Maybe someone could take a look at the code. What am I missing? Thanks!
package tscolari.mobile_sample;
import…