Interesting. Good point in not depending on the bridge. Maybe slightly off topic, and a potential breaking change... Does it make sense to place the cordova.js file up one level? Ie src='../cordova-x.x.x.js' This would make it a packaging issue, and the www folder would be truly portable.
Is this possible on other platforms? I know it would work for WP7 and iOS. Cheers, Jesse Sent from my iPhone5 On 2012-05-03, at 10:48 AM, Filip Maj <[email protected]> wrote: > https://issues.apache.org/jira/browse/CB-385 > > Wanted to solicit the list to get help on the issue. Just trying to > generate ideas. > > The core problem: people not using the proper .js file on their platform, > I.e. Copying their entire www/ folder from their iOS app to their Android > app. > > This issue proposes the idea of checking that the native platform the app > is running on matches the platform the .js file is built for. > > The question is: how? > > One idea: could do checking in the device module (the one that returns > device info) and compare against the platform id (from platform.js). > However, this relies on the web view <-> native bridge working, which > probably will not if the user is using the wrong .js file. > > > >
