#TipsAndroid
Hace poco debia entregar una app en android que se integrara webview pero necesitaba que ejecutara Javascript en un boton y esta solucion en StackOverFlow me funciono por si lo necesitas.
http://stackoverflow.com/questions/4325639/android-calling-javascript-functions-in-webview
Hace poco debia entregar una app en android que se integrara webview pero necesitaba que ejecutara Javascript en un boton y esta solucion en StackOverFlow me funciono por si lo necesitas.
http://stackoverflow.com/questions/4325639/android-calling-javascript-functions-in-webview
Stack Overflow
Android Calling JavaScript functions in WebView
I am trying to call some javascript functions sitting in an html page running inside an android webview. Pretty simple what the code tries to do below - from the android app, call a javascript fun...