Skip to content

Instantly share code, notes, and snippets.

@ArupSen
Last active August 29, 2015 14:06
Show Gist options
  • Save ArupSen/218866fb83e8cdfae560 to your computer and use it in GitHub Desktop.
Save ArupSen/218866fb83e8cdfae560 to your computer and use it in GitHub Desktop.
Trigger the device phone on touch event. Google Chrome workaround
<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