Question

I know that there's the official Phonegap API docs site.

But, it's missing things like touchstart and touchend.

Are there any other API documentation sites for Phonegap? Maybe even the raw docs output?

P.S. Google did not help.

Was it helpful?

Solution

The raw documentation is located here: https://github.com/apache/cordova-docs/

There are some "to do" items for documentation located here: https://issues.apache.org/jira/issues/?jql=project %3D CB AND resolution %3D Unresolved AND component %3D Docs ORDER BY priority DESC

I'd encourage you to create an account and submit bug reports for missing documentation.

Also though, I don't think that touchstart and touchend are part of Cordova but rather browser events - I feel like these are out of the scope of the Cordova documentation.

EDIT: Most of the documentation has been moved out of cordova-docs and into the respective repo, so for example, the most recent "raw" camera documentation is at: https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md

OTHER TIPS

Try Phonegap-tips may be you will find it useful.

You won't find that kind of information on the phonegap doc, touchstart, touchend, etc are touch events related to web development, not just phonegap

Mozilla Touch Events Guide

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top