Created
May 17, 2018 10:29
-
-
Save aayushdrolia/0a7cec04cd42faf6454b8ad37dd70ce4 to your computer and use it in GitHub Desktop.
Open Mobile Messaging Application via Link from Website with Pre-filled Contact and Message.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Without Contact Number **/ | |
<a href="sms:?&body=message">Text Message</a> | |
/** With Contact Number **/ | |
<a href="sms:1234567890;?&body=message">Text Message</a> | |
/** Works on both Android and iOS **/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment