That answers my next question. I was just trying to find the cordova.osx.js for 2.4. The build in 2.4 doesn't actually load Cordova.
Thanks. On Tue, Mar 5, 2013 at 2:23 AM, Shazron <shaz...@gmail.com> wrote: > FYI > https://issues.apache.org/jira/browse/CB-2621 > > The bridge works but it has no plugins to call yet. > > The bridge is by binding an object at window.cordovabridge which has a > native exec function. My initial idea is to keep using the opaque > callbackId reference like iOS for possible plugin re-use. > > We don't have to do that of course, since we can keep a JavaScriptCore C > API reference to the actual JavaScript callbacks and call them directly, > not sure of adding this added complexity for plugin authors (we can have > wrappers of course). >