移动问题。捏&仅缩放页面的某些区域(sencha vs jqtouch vs jquery mobile)

发布于 2024-11-27 13:53:56 字数 445 浏览 2 评论 0原文

我正在制作一个针对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文