Skip to content

Instantly share code, notes, and snippets.

@sefatanam
Created February 6, 2024 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sefatanam/53e91a7ea7ef13035de4b1b7c42ac7c4 to your computer and use it in GitHub Desktop.
Save sefatanam/53e91a7ea7ef13035de4b1b7c42ac7c4 to your computer and use it in GitHub Desktop.
Share data natively from mobile to any PWA app

Code sniped

{
"name":"YOUR_APP_NAME",
"share_target": {
"action": "/share-target",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment