Last modified: 2012-03-12 20:11:20 UTC
The regex check on the user-agent is wrong and doesn't trigger, which is why we load up the web/platform.js Should probably fix that, make sure we load the proper playbook/phonegap-1.4.1.js and playbook/platform.js, and have any necessary code in there. Note that the iOS/web-style menus are currently done in the platform.js file so may need copying or cleanup.
(Alternately we could skip PhoneGap and use WebWorks APIs directly.)
Currently skipping PhoneGap and going to WebWorks APIs directly. There's a stub phonegap-1.4.1.js file (empty) :)