[android-developers] calling a client side java method from a webview html button

2011-07-21 Thread sabanim
cross post url:http://stackoverflow.com/questions/6781613/calling-a- client-side-java-method-from-server-side-html-button Ok In an android vebview I have a java method. Is it possible that when a button on the web page being viewed is hit to call that method? If so can you point me in the right

Re: [android-developers] calling a client side java method from a webview html button

2011-07-21 Thread Miguel Morales
http://developer.android.com/guide/webapps/webview.html On Thu, Jul 21, 2011 at 12:31 PM, sabanim rickd...@gmail.com wrote: cross post url:http://stackoverflow.com/questions/6781613/calling-a- client-side-java-method-from-server-side-html-button Ok In an android vebview I have a java method.