I have a share button on my react app,when someone clicks it, i want the share pop up to come up on the web app and share the link on any mobile app
i wanted to implement it using intent links, but all articles say about react-native
I have a share button on my react app,when someone clicks it, i want the share pop up to come up on the web app and share the link on any mobile app
i wanted to implement it using intent links, but all articles say about react-native
2
Answers
can you try this? If you are in mobile browser, this will open whatsapp app on your phone. If you are in desktop browser it will open whatsapp web url
Solution : URL Schemes
Code
You can use URL Schemes, Adding screenshot to show how it opens whatsapp either in phone or macos.
If you click on Open Whatsapp, it opens whatsapp and show screen that asks for contacts to send this text.