Created
June 4, 2014 09:43
-
-
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…
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
<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