Last active
August 29, 2015 14:27
-
-
Save dscamahorn/b34eb8ed4c2adb53a65d to your computer and use it in GitHub Desktop.
Allow mailto and tel links to launch external applications from within a Cordova app. - Does not work in iOS Simulator, only on devices.
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
<access origin="*"/> | |
<access origin="tel:*" launch-external="yes" /> | |
<access origin="mailto:*" launch-external="yes" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment