-
Notifications
You must be signed in to change notification settings - Fork 36
Getting started
jxp edited this page Jul 10, 2012
·
2 revisions
Quick notes on how to get started
- Choose your desktop browser. See browser compatibility Webkit supports WebSQL and will bind touch events defined as element attributes. Chrome requires the option --allow-file-access-from-files for local file access
- Copy debugdata.json into the root www folder of the project
- Use the phonegap-desktop.js in place of the standard phonegap library
Further steps
4. Tweak the debugdata.json file to match your own debugging/testing requirements
5. If you use any plugins, they should be easily adapted for desktop debugging
6. Let me know if you find the project useful or you find an issue with it