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.
3831 次
2 回答
1
最近我一直在使用我的 PC 和 Chrome 为 iPad 开发 web 应用程序,它使用了捏合功能。我找到了一种如何在桌面浏览器上模拟触摸和多点触控功能的方法,将我的结果发布在 github 上https://github.com/dgolovanev/mxTouch仍然不支持预定义的手势,但可以处理触摸和多点触控事件, 希望对你有帮助
于 2011-09-08T17:32:20.747 回答