This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 311
Use Cases
Herm Wong edited this page Apr 12, 2016
·
12 revisions
- not on corporate network
- no AV
- firewall disabled
- disk encryption disabled
- create a new project: new project is created & it becomes the active served project
- add (import) existing project: added project is appended to the project list area & it becomes the active served project
- edit
index.html
of the active project, modify<p class="event received">Device is Ready</p>
to<p class="event received">Device is Ready. TestXX</p>
- PhoneGap Dev App / Browser should update to display the updated content - edit
config.xml
of the active project, modify<name>test08ab</name>
node or modify<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.phonegap.helloworld" version="1.0.1">
version attribute of the<widget>
node - PhoneGap Desktop App's project listing should update with the updated content - change active project in the PhoneGap Desktop (by clicking play on another project or by click stop on the current active project & then clicking play on a different project) - PhoneGap Dev App / Browser should update to the contents of the new active project
- change port number in the settings - reload the PhoneGap Dev App / Browser with the new port make sure the active project is displayed
- if multiple IP addresses are listed, click on at least one - the Browser should launch displaying the contents of the active project
- remove a project from PhoneGap Desktop - the project should be removed from PhoneGap Desktop's project listing