Skip to content

Instantly share code, notes, and snippets.

@dscamahorn
Last active August 29, 2015 14:27
Show Gist options
  • Save dscamahorn/b34eb8ed4c2adb53a65d to your computer and use it in GitHub Desktop.
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.
<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