Last active
August 29, 2015 14:06
-
-
Save ArupSen/218866fb83e8cdfae560 to your computer and use it in GitHub Desktop.
Trigger the device phone on touch event. Google Chrome workaround
This file contains 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:123456789' title='Free Call 123456789' class='tel'>Free Call 123 456 789</a><!-- works on most mobiles --> | |
<a href='tel://123456789' title='Free Call 123456789' class='tel'>Free Call 123 456 789</a><!-- workaround for chrome mobile --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment