delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

Share not working in AdvanveWebView #212

Closed MarshalOfficial closed 6 years ago

MarshalOfficial commented 6 years ago

Hello , I open my website in google chrome browser in my phone and when click on share button in website it open social media for share that text, but in AdvancedWebview that i use it in android app, it does not working, what can i do ?

ocram commented 6 years ago

We cannot help if we don’t know what your “share button” really is, right?

Is it a HTML <a> element, <button> element, or something else? Does it use JavaScript?

You are probably trying to open the social media site in a new window, which cannot work if you don’t set your WebView up for multi-window support.