[ 
https://issues.apache.org/jira/browse/RIPPLE-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148200#comment-14148200
 ] 

Ross Martin commented on RIPPLE-69:
-----------------------------------

[~sgrebnov]

I think what you are after is located in 
'lib/client/platform/cordova/3.0.0/spec.js' at line 47.

I added the one line of code that IIya provided below line 47, did a manual 
build of ripple, and now it is working.

> 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|http://snag.gy/XTzl2.jpg] 
> There are very few changes if comparing 3.5.0 and 3.6.3 versions. I do 
> believe that the following changes cause the breakage:
> {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}
> So, I do believe we must make relevant changes on the ripple side



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to