Danilo Gaglioti Member Licensed User Mar 16, 2017 #1 I need to call an app function by clicking a "href link" inside the webview, what better way to do this? i'm using WebViewExtras2 thanks
I need to call an app function by clicking a "href link" inside the webview, what better way to do this? i'm using WebViewExtras2 thanks
DonManfred Expert Licensed User Longtime User Mar 16, 2017 #2 Just use the override event of the webview... Otherwise use Javascriptinterface (see webview extras 1 tutorial). You must have control over the webside for this. Upvote 0
Just use the override event of the webview... Otherwise use Javascriptinterface (see webview extras 1 tutorial). You must have control over the webside for this.
Danilo Gaglioti Member Licensed User Mar 16, 2017 #4 Very good, I had already checked some examples of this type and it works very well ... But for what I want it is not working, because my web page is a framework that works 100% with ajax loading ... So I can not see the requests ... I'm thinking of a way to rephrase this and if I can put the result here Thanks for the help anyway Upvote 0
Very good, I had already checked some examples of this type and it works very well ... But for what I want it is not working, because my web page is a framework that works 100% with ajax loading ... So I can not see the requests ... I'm thinking of a way to rephrase this and if I can put the result here Thanks for the help anyway
Erel B4X founder Staff member Licensed User Longtime User Mar 16, 2017 #5 JavaScript to programatically click on a link: http://stackoverflow.com/questions/902713/how-do-i-programmatically-click-a-link-with-javascript Upvote 0
JavaScript to programatically click on a link: http://stackoverflow.com/questions/902713/how-do-i-programmatically-click-a-link-with-javascript