Page MenuHomePhabricator

Playbook PhoneGap setup isn't triggered
Closed, ResolvedPublic

Description

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.


Version: 3.1.0 (iOS) / 1.1 (Android)
Severity: normal

Details

Reference
bz35094

Related Objects

StatusSubtypeAssignedTask
DeclinedNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:10 AM
bzimport set Reference to bz35094.
bzimport added a subscriber: Unknown Object (MLST).

(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) :)