javascript - Where can I find extensive api documentation for phonegap? -


i know there's official phonegap api docs site.

but, it's missing things touchstart , touchend.

are there other api documentation sites phonegap? maybe raw docs output?

p.s. google did not help.

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

there "to do" items documentation located here: https://issues.apache.org/jira/issues/?jql=project %3d cb , resolution %3d unresolved , component %3d docs order priority desc

i'd encourage create account , submit bug reports missing documentation.

also though, don't think touchstart , touchend part of cordova rather browser events - feel these out of scope of cordova documentation.

edit: of documentation has been moved out of cordova-docs , respective repo, example, recent "raw" camera documentation at: https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -