Skip to content

Instantly share code, notes, and snippets.

@voku
Created June 4, 2014 09:43
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 voku/3613b5a0cf0b7420333c to your computer and use it in GitHub Desktop.
Save voku/3613b5a0cf0b7420333c to your computer and use it in GitHub Desktop.
iPhone calling and texting - The calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically) and the SMS one, which overrides the default calling behavior. Best for mobile-only sites. - From http://snippetlib.com/html/iPhone_calling_and_texting - DEMO: http://jsfiddle.ne…
<a href="tel:1-408-555-5555">1-408-555-5555</a>
<a href="sms:1-408-555-1212">New SMS Message</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment