Share option in Flutter Webview using react-web-share

317 Views Asked by At

I have a app in flutter and using InAppWebView for opening a URL which is developed in React TypeScript.

On that URL page I have Share button.

So I want to share the data using installed apps from the mobile.

I tried using react-web-share Library. But if I click on the button from InAppWebview of the app it showing like below image : enter image description here

And If I open the same URL from browser the it is working fine and showing options with installed app. As shown in below image

enter image description here

I want the same result from InAppWebView

0

There are 0 best solutions below