在 Safari 移动版 (iPad) 上捕获缩放事件
我需要让 ExtJs 支持的 Web 应用程序在 iPad 上的移动 Safari 中运行。
大多数事情都正常,但是 ipad 上的“缩放”事件弄乱了布局,我想我只需要在 ExtJS 视口上触发调整大小,但我不知道如何在 safari 中捕获 ipad 上的缩放,是这甚至可能吗?
注意: 我知道 ExtJs 不推荐用于平板电脑,在未来的某个时候,我希望考虑构建一个基于 Secha Touch 或类似的替代 UI,但现在我需要让它发挥作用。你知道那是什么样的:)
I need to make our ExtJs powered web application work in mobile Safari on the iPad.
Most things are working, but the "zoom" event on the ipad messes up the layouts, I think I just need to fire a resize on the ExtJS viewport but I don't know how to catch the zoom on the ipad in safari, is it even possible?
Note:
I know that ExtJs is not recommended for tablet PC's, and at some point in the future I'm hoping to look into building an alternative UI based around Secha Touch or similar, but for now I need to have it functional. You know what it's like :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在使用 EXT-GWT 时也遇到过类似的情况。我运气不太好,但看看这篇文章是否对您有帮助: http://adactio.com/journal/4470 /
I have been dealing with a similar situation while using EXT-GWT. I have not had much luck, but see if this post helps you: http://adactio.com/journal/4470/