Skip to content

Instantly share code, notes, and snippets.

@Ross-Hunter
Created November 12, 2013 16:26
Show Gist options
  • Save Ross-Hunter/7433959 to your computer and use it in GitHub Desktop.
Save Ross-Hunter/7433959 to your computer and use it in GitHub Desktop.
gotoExternalApp = function () {
var options = Environment.appOptions;
console.log ("Launching " + options.appName);
ExternalApp.launch(options);
};
gotoExternalApp();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment