Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人在尝试为 webkit 实现简单的 js 触摸事件并找到解决方案时遇到困难?
基本上没有检测到我的触摸开始、触摸移动和触摸结束事件。
谢谢
Palm webOS 的 webkit 目前没有实现触摸事件。相反,系统会发送手势事件。这些没有很好的文档记录,但它们在作为 Palm webOS SDK 一部分的 mojomatters 示例代码中使用。查看gestureStart、gestureChange 和gestureEnd 的gesture-assistant.js 源文件。