How to handle View in Webview(Android). example - i am loading some web page which has some Text Field and buttons. From application level how to find whether text filed is clicked or button is clicked.
Asked
Active
Viewed 2,543 times
1
-
You need to check communication of webview & javascript. Check this http://stackoverflow.com/questions/15131502/how-to-communicate-between-webview-javascript – Shashank Agarwal Sep 02 '13 at 11:16