I did learn a lot doing this and it is very much a real option to build Cordova.js for all platforms.
That is a talk for another thread though Sent from my iPhone On 2012-11-01, at 5:21 PM, Filip Maj <[email protected]> wrote: > Noice, +1 > > On 11/1/12 12:07 PM, "Gord Tanner" <[email protected]> wrote: > >> Problem: >> >> - currently BlackBerry has 3 different javascript files: >> -- cordova.blackberry.js >> -- cordova.playbook.js >> -- cordova.qnx.js >> >> This leads to some awkward buildtime magic and makes blackberry building >> in >> cordova.js as well as during project creation / building special. >> >> Solution: >> >> Include all javascript into one file (cordova.blackberry.js) for each >> subplatform and switch the loading at runtime for blackberry. >> >> Pull Request here: >> >> https://github.com/apache/incubator-cordova-js/pull/41 >> >> once this is in I will quickly merge in changes to cordova-blackberry that >> clean up the hackery to support 3 different javascript files >
