Skip to content

Instantly share code, notes, and snippets.

@delenamalan
Created September 7, 2019 13:20
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 delenamalan/acc50065ad532a4c17c3b64a56aa1653 to your computer and use it in GitHub Desktop.
Save delenamalan/acc50065ad532a4c17c3b64a56aa1653 to your computer and use it in GitHub Desktop.
Test Pre-Populate SMS
<!DOCTYPE html>
<html>
<head>
<title>Our Funky HTML Page</title>
<meta name="description" content="Our first page" />
<meta name="keywords" content="html tutorial template" />
</head>
<body>
Content goes here.
<a href="sms:+27721232233?body=Hello">Android</a>
<a href="sms:+27721232233;body=Hello">Old iOS</a>
<a href="sms:+27721232233&body=Hello">New iOS</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment