Skip to content

Instantly share code, notes, and snippets.

@lepture
Created November 24, 2014 06:28
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 lepture/d6f2e3a6993b494cb274 to your computer and use it in GitHub Desktop.
Save lepture/d6f2e3a6993b494cb274 to your computer and use it in GitHub Desktop.
Use xhr mode.
var exec = cordova.require('cordova/exec');
exec.setJsToNativeBridgeMode(exec.jsToNativeModes.XHR_OPTIONAL_PAYLOAD);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment