Android Question Link into webview calling app function...

Danilo Gaglioti

Member
Licensed User
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
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

Danilo Gaglioti

Member
Licensed User
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
Top