Created
September 26, 2013 18:22
-
-
Save trumball/6718375 to your computer and use it in GitHub Desktop.
iPhone call & sms links
With the release of the iPhone, Apple introduced a quick way to create call and sms links. Here is a sample code to keep in your snippet library.
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