处理 iPad 摇动手势
我想知道如何检测 iPad 上的摇动手势并使其在数字出版物页面上产生动画(例如:图像变化)。我目前正在使用 Adobe DPS,并正在考虑 MagPlus。我对此完全是新手。
谢谢!
I would like to know how to detect the shake gesture on an iPad and make it cause a animation on a digital publication page (ex: image changes). I am using Adobe DPS at the moment and considering MagPlus as well. I am a total newbie to this.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过使用杂志中的网络视图来做到这一点。在webview中你可以使用HTML5orientation api来监听事件。或者您可以使用名为 Shake.js 的 JavaScript 插件。
You can do this by using webviews in you magazine. In the webview you can use the HTML5 orientation api to listen to the event. Or you can use a javascript plugin called Shake.js.