Skip to content

Commit

Permalink
Change the default JS->Native bridge mode on iOS to XHR.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve committed Aug 24, 2012
1 parent e444811 commit aa1380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ios/exec.js
Expand Up @@ -14,7 +14,7 @@ var cordova = require('cordova'),
XHR_WITH_PAYLOAD: 2,
XHR_OPTIONAL_PAYLOAD: 3
},
bridgeMode = jsToNativeModes.IFRAME_NAV,
bridgeMode = jsToNativeModes.XHR_OPTIONAL_PAYLOAD,
execIframe,
execXhr;

Expand Down

0 comments on commit aa1380d

Please sign in to comment.