Hey experts, actually it's a pretty simple question...just don't know about the answer.
I have an Android app, running a WebView that loads a certain page, also part of the app.
At a given moment, i want to call a javascript function inside the WebView page, but i wanna do this outside the onPageFinished event.
Is that possible? Any ideas?
Thanks in advance.