移动问题。捏&仅缩放页面的某些区域(sencha vs jqtouch vs jquery mobile)
我正在制作一个针对 iphone 的小型 SVG 小部件,具有固定页脚。
问题是我想使用本机捏&缩放仅影响除此固定页脚之外的所有内容。
但是我不能使用本机捏和捏如果我使用缩放,
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
我认为需要哪个来标准化移动设备上的 320px 宽度?
我当时的想法是(我敢说)一个用于固定页脚上方捏/缩放内容的 iframe,但你需要 2 个手指来滚动 iframe,而 99% 的用户不会知道这一点(除非有一个简单的 js 修复程序? )
非常感谢任何帮助/指导。
阿迪。
I am making a small SVG widget aimed at iphones with a fixed footer.
The problem is I want to use native pinch & zoom that only affects everything bar this fixed footer.
However I cant use native pinch & zoom if i use
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
Which is needed I believe to standardize the 320px width across mobile devices?
My thought was then (dare i say it) an iframe for the pinch/zoom stuff above the fixed footer but you need 2 fingers to scroll an iframe and 99% of users wont know that (unless there is a simple js fix for that?)
Any help/guidance much appreciated.
Adi.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论