Issue tracker: (see Front Page for the specific issue tracker)
Create a Github account if you don't have one, and make sure you are in the right platform before creating an issue.
If it is a bug, it is recommended that you have three sections.
- Expected Result
- Actual Result
- Steps to Reproduce
For (3), include details on the version of PhoneGap that you used, and what device you used. Bugs that occur in the iPhone Simulator may not occur on the device, and vice versa.
Issues might be fixed faster if you attach sample code that isolates the problem you are having. Include:
- index.html (with all your javascript inside it)
- phonegap.js (the version you used)
- Include nothing more
Make sure you test your sample code and that it shows the bug before you submit it. Zip compress the two files and attach it to the issue.
Before you submit (I have to re-iterate):
1. Make sure it is sample code and not all your code (just enough to show the bug _only_)
1. Run your sample code, to make sure it runs
2. Test your sample code, to make sure it shows the bug
If the developer can't reproduce your issue, the developer can't even begin to fix your issue.
Why sample code only? To make it easier for the developer to see your code and also to eliminate side-effects that may have caused the bug instead.