iPhone(Safari 或 UIWebView)上的 HTML5 画布拖动事件

发布于 2024-09-16 04:23:16 字数 364 浏览 9 评论 0原文

我有一个简单的“拖动绘制”涂鸦风格 HTML5/canvas 实现,它使用画布上的“mousemove”事件。例如:

canvas.addEventListener( 'mousemove', drawingFunction, false );

这在桌面上的 Safari 或 FF 上运行良好。但是,当在 iPhone 上运行时,拖动只会在屏幕上滚动 Web 视图。

请注意,我还在 iPhone 上使用 Safari 尝试了其他几个 HTML5 拖动绘制小程序,到目前为止,它们似乎都以同样的方式失败。

是否无法将画布上的拖动/鼠标移动事件与 webview 滚动事件分开?

感谢您的任何建议!

I have a simple "drag to draw" doodle style HTML5/canvas implementation which uses the 'mousemove' event on the canvas. E.g.:

canvas.addEventListener( 'mousemove', drawingFunction, false );

This works fine on, say, Safari or FF on the desktop. However, when run on an iPhone, dragging only scrolls the webview around the screen.

Note that I've also tried out several other HTML5 drag-to-draw applets with Safari on the iPhone, and so far, they all seem to fail the same way.

Is it not possible to separate drag/mousemove events on the canvas from webview scroll events?

Thanks for any advice!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文