Skip to content

Instantly share code, notes, and snippets.

@shumbo
Created December 12, 2015 10:12
Show Gist options
  • Save shumbo/c1e587dcf44a49543439 to your computer and use it in GitHub Desktop.
Save shumbo/c1e587dcf44a49543439 to your computer and use it in GitHub Desktop.
isInAppBrowserInstalled: function(cordovaMetadata) {
return (typeof cordova != "undefined" && typeof cordova.InAppBrowser != "undefined");
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment