桌面 web 应用程序中的多点触控手势

发布于 2024-11-17 17:57:54 字数 180 浏览 2 评论 0原文

我正在开发酷奇幻世界的在线地图(如谷歌地图)。我也在我的主计算机上使用 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深居我梦 2024-11-24 17:57:54

根据这个问题,看起来firefox提供了一些支持对于多点触控手势(请参阅此处),但其他主要浏览器 不要。

According to this question, it looks like firefox offers some support for multitouch gestures (see here), but other major browsers do not.

哭泣的笑容 2024-11-24 17:57:54

最近,我一直在使用我的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文