0
How do I send Activity data and redeem in Webview with javascript from Cordova/Phonegap index.html
0
How do I send Activity data and redeem in Webview with javascript from Cordova/Phonegap index.html
1
Once you’ve owned your WebView
in action, you can execute a method Javascript inside her like this:
webView.loadUrl("javascript:foo('" + bar + "')");
And within the index.html has the implementation of the foo()
, receiving a parameter.
Browser other questions tagged javascript android apache-cordova
You are not signed in. Login or sign up in order to post.
OK @Paulo Rodrigues! worked pretty, thank you very much.
– Emerson Barcellos