Android Question web share api not support in webview

azzam223

Active Member
Licensed User
Longtime User
hello every one i create app with web view but when i clicked share icon in web not work and says web share api not support

how can i fix it?
 

azzam223

Active Member
Licensed User
Longtime User
i mean navigator.share not support in webview how can i enable it because in default browser is work
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
Upvote 0

azzam223

Active Member
Licensed User
Longtime User
thanks drgottjr i don't need dowanlod site icon i want only to make share icon work is there any way to make it work or open sharing page
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
the web share api does not work in webview. there is no question of "enabling" it or "making it work" or opening a "sharing page". it is not supported by webview.

if you want to share resources with other apps, that is a different matter. you can download a web icon and share it with another app.
 
Upvote 0
Top