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.
我使用 Jquery Mobile 创建了一个简单的 html 页面。用户可以通过向两侧滑动屏幕来在页面之间导航。我想在用户使用滑动手势时显示手指轨迹(如果你玩过水果忍者,你就会明白我的意思。)
有什么想法可以实施吗?
JqueryMobile 允许您获取触摸事件坐标..(可能是滑动的开始和结束),您可以使用画布或简单的解决方案 - div 元素网格来显示滑动手势轨迹