在 Safari、Firefox 和 Chrome 上使用触摸事件代替鼠标事件
使用 Safari、Firefox 或 Chrome 导航时,是否有一种方法/插件/扩展可以模拟移动事件(touchstart、touchmove、touchend)而不是普通的鼠标事件?
我正在尝试在 iPad 上测试一些网站。如果有一个 iPad 模拟器桌面软件,那就太好了,但我需要某种 Firebuging。
谢谢! 凯奥图昂!
Is there a way/addon/extension that simulates the mobile events (touchstart, touchmove, touchend) instead of the normal mouseevents when navigating with Safari, Firefox or Chrome?
I'm trying to test some websites on iPad. If there is a iPad Emulator desktop software, would be great also, but I need some kind of Firebuging.
Thanks!
CaioToOn!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您是否意识到安装 Xcode 时实际上有一个 iPad 模拟器? (这是免费的,请在 developer.apple.com 上注册。)
You realize there is in fact an iPad simulator, which you get when you install Xcode? (Which is free, sign up at developer.apple.com.)
尝试幻肢
http://www.vodori.com/blog/phantom-limb.html
Try Phantom Limb
http://www.vodori.com/blog/phantom-limb.html
您应该看看 汤姆·罗宾逊的虚拟光桌。它包括一个小型但可用的 JavaScript 移动事件模拟器。
You should have a look at the tom robinson's virtual light table. It includes a small but working mobile events emulator in javascript.
您可以直接在浏览器中测试触摸输入。
在 Firefox 或 Chrome 中,按 Ctrl+Shift+m,这将为您提供网页的移动视图。在那里您还可以检查缩放是否正确。
有一个按钮,可以让您模拟触摸事件而不是鼠标事件。
如需了解更多信息,请参阅 Chrome 设备模式。
You can test touch input directly in your browser.
In Firefox or Chrome press Ctrl+Shift+m, which gives you a mobile view of your webpage. There you can also check if the scaling is correct.
There is a button, that lets you simulate touch events instead of mouse events.
For further information look at the chrome device mode.