Skip to content

Instantly share code, notes, and snippets.

@videlais
Created August 21, 2014 20:11
Embed
What would you like to do?
Detecting Apache Cordova by window.cordova
var isCordovaApp = (typeof window.cordova !== "undefined");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment