Skip to content

Instantly share code, notes, and snippets.

@shazron
Created January 7, 2013 19:20
Show Gist options
  • Select an option

  • Save shazron/4477622 to your computer and use it in GitHub Desktop.

Select an option

Save shazron/4477622 to your computer and use it in GitHub Desktop.
OnDeviceReady
document.addEventListener("deviceready", onDeviceReady, false);
// Cordova is ready to be used!
//
function onDeviceReady() {
// do stuff here
var exec = cordova.require('cordova/exec');
exec.setJsToNativeBridgeMode(exec.jsToNativeModes.IFRAME_NAV);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment