桌面 web 应用程序中的多点触控手势
我正在开发酷奇幻世界的在线地图(如谷歌地图)。我也在我的主计算机上使用 OS X。由于 OS X(尤其是 Lion)专注于不同的多点触控手势,因为几乎所有 mac 用户都有多点触控输入设备(魔术鼠标或触控板),我想在我的在线地图中添加对捏合手势的支持(两指添加滚动条也很酷)。有可能做到吗?如果它只能在某些特定的浏览器或网络引擎中运行,那也不错。
I'm developing online map(like google maps) of cool fantasy world. I'm also use OS X on my main computer. Since OS X(especially Lion) are focused on different multi-touch gestures because almost of all mac users have a multi-touch input device(magic mouse or trackpad) I want to add support of pinch gesture to my online map(two-finger scroll would be cool to add too). Is it possible to do it? It's not bad if it will work only in some specific browser or web engine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据这个问题,看起来firefox提供了一些支持对于多点触控手势(请参阅此处),但其他主要浏览器 不要。
According to this question, it looks like firefox offers some support for multitouch gestures (see here), but other major browsers do not.
最近,我一直在使用我的 PC 和 Chrome 为 iPad 开发网络应用程序,它使用了捏合功能。我找到了一种在桌面浏览器上模拟触摸和多点触摸功能的方法,将我的结果发布在 github 上 https:/ /github.com/dgolovanev/mxTouch 仍然不支持预定义手势,但可以处理触摸和多点触摸事件,希望对您有所帮助
recently I've been developing webapplication for iPad using my PC and Chrome, it used a pinch feature. I found a way how to emulate touch and multi-touch feature on a desktop browser, posted my results on github here https://github.com/dgolovanev/mxTouch still does not supports predefined gestures but can handle touch and multi-touch events, hope it will be helpful