如何在android上使用html5画布拖动?
我想将 WebView 与画布一起使用,并且能够使用触摸来拖动画布中的项目。画布显示得很好,单击可以工作,但只能移动滚动。我已经禁用了滚动,但它仍然不起作用。有什么想法吗?
I want to use a WebView with a canvas, and to be able to use touch to drag items in the canvas. The canvas is displayed just fine, and clicking works, but moving only scrolls. I've disabled scrolling, but it still doesn't work. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里找到了工作 html
http://developer.appcelerator.com/question/55121/html5 -canvas-drawing-in-webview
看来我需要更多地了解触摸事件和鼠标事件之间的区别。
I found working html here
http://developer.appcelerator.com/question/55121/html5-canvas-drawing-in-webview
It appears that I need to learn more about the difference between touch events and mouse events.