Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aayushdrolia/0a7cec04cd42faf6454b8ad37dd70ce4 to your computer and use it in GitHub Desktop.
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.
/** 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