I used the Native Share Dialog component but its not working in the web version. Is it expected or I’m doing something wrong?
Hi, it’s as expected, the “native dialog” points to the iOS and Android dialogs
Do you suggest the get clipboard content for web version?
Depends on what you want to happen / how you want it to look in web
Something like this would be great (This is how it looks when I try to share in this page).
. At least the 1st 3 options:
Hi, you can create your own view component with the social icons, and then use “Open URL” flow functions with different URLs for each platform when the icons get tapped. For the email client you’ll need to use some custom javascript.
Ok. Appreciated! That sounds great and easy. Would try.