J jnbarban Member Licensed User Longtime User Jul 7, 2011 #1 Hi, i have in my project a WebView. I would like to clic on button on the Web view ( HTTP page) and send response to my activity. how i can do that ? thanks...
Hi, i have in my project a WebView. I would like to clic on button on the Web view ( HTTP page) and send response to my activity. how i can do that ? thanks...
agraham Expert Licensed User Longtime User Jul 7, 2011 #2 You could try using the JSInterface library. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 7, 2011 #3 You can also use WebView.OverrideUrl event to catch the "link clicked" event and then get the data from the link. Upvote 0
You can also use WebView.OverrideUrl event to catch the "link clicked" event and then get the data from the link.
J jnbarban Member Licensed User Longtime User Jul 11, 2011 #4 Thanks...it's ok with OverrideUrl. Upvote 0