Ilya Buziuk created RIPPLE-69:
---------------------------------
Summary: Ripple can't handle cordova-3.6.3
Key: RIPPLE-69
URL: https://issues.apache.org/jira/browse/RIPPLE-69
Project: Apache Ripple
Issue Type: Bug
Environment: windows
Reporter: Ilya Buziuk
Priority: Critical
No errors when running against cordova-3.5.0. However with cordova-3.6.3
getting the following error:
*TypeError: 'undefined' is not a function (evaluating 'exec.init()') on line
1483*
{code}
- // Tell the native code that a page change has occurred.
- exec(null, null, 'PluginManager', 'startup', []);
- // Tell the JS that the native side is ready.
- channel.onNativeReady.fire();
+ // Get the shared secret needed to use the bridge.
+ exec.init();
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)