1

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.

Yuvaraja
  • 715
  • 6
  • 22
  • 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

1 Answers1

0

Set WebViewClient on your webView .Read here

Nargis
  • 4,687
  • 1
  • 28
  • 45