Hi,
I am trying to set the value of a global variable from Android code.
mWebView.loadUrl("javascript:(function() { " +
"loginID = '"+nicu_app.urlSelected+"'; " +
"})()");
but when I load the webpage in a webview and check to see if this variable has been set by the Android code, I don't see any positive results.
Any help will be appreciated.
Thanks, Sana.