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
Post a Comment