但是,它缺少诸如touchstart
and之类的东西touchend
。
Phonegap 是否还有其他 API 文档站点?甚至可能是原始文档输出?
PS谷歌没有帮助。
但是,它缺少诸如touchstart
and之类的东西touchend
。
Phonegap 是否还有其他 API 文档站点?甚至可能是原始文档输出?
PS谷歌没有帮助。
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
您不会在 phonegap doc、touchstart、touchend 等上找到那种信息是与 web 开发相关的触摸事件,而不仅仅是 phonegap
试试Phonegap-tips可能你会发现它很有用。