Js to webview working on iPhone, not in Android...
Hi,
I have a webview, declared as webview1. Then, I have a button, whose action is:
loadCapitoli.addEventListener('click',function(e) {
webview1.evalJS('document.bgColor="black";');
}
Now, if I preview it in iPhone, everything is working, the webview background turns to black. In Android the app hangs and I can just force quit…
How can I solve this?
Thanks
Fabio