Skip to content

Instantly share code, notes, and snippets.

@benadamstyles
Created October 14, 2014 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benadamstyles/03631a67a7cfbcfd10cf to your computer and use it in GitHub Desktop.
Save benadamstyles/03631a67a7cfbcfd10cf to your computer and use it in GitHub Desktop.
Check internet connection on Cordova/Phonegap
window.namespace.checkConnection=function() {
return navigator.connection.type!==Connection.NONE;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment