Android Question webview override

merlin2049er

Well-Known Member
Licensed User
Longtime User
Is there a seamless way to jump out of the webview to a sharing menu within the android framework?

Is that accomplished by using url override, or are there other methods?
 

DonManfred

Expert
Licensed User
Longtime User
If you have control over the showing website you could add a javascript interface to your webview and then you can call app methods from html code using the interface
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
As i wrote earlier... if YOU have control over the website... That means that you need to change the websitecode (html)to add the javascript code....

OR you inject a custom javascript to the site. Search the forum; @warwound has posted some examples about javascript injection
 
Upvote 0
Top