2

I'm trying to add a share button to my website which when clicked will open the native share dialog in android/ios where the user can share it via different apps available. I tried the below for android and it did not work from chrome browser

intent:#Intent;action=android.intent.action.SEND;type=text/plain;S.android.intent.extra.TEXT={encoded URL};end
Jophin Joseph
  • 2,864
  • 4
  • 27
  • 40

1 Answers1

0

Please see the website which says more about this: https://paul.kinlan.me/sharing-natively-on-android-from-the-web/

Gautam Krishna R
  • 2,388
  • 19
  • 26