本文介绍了jQuerymobile和屏幕调整大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个页面,该页面直接来自jQueryMobile网站.我包含一个名称表,但是在iPad上,它不允许用户捏紧屏幕尺寸.
I have a page that is straight from the jQueryMobile site. I'm including a table of names, but on the iPad, it doesn't allow the user to pinch the screen size.
推荐答案
请参考以下答案:
http://forum.jquery.com/topic/ipad上的缩放问题
简而言之,jQuery Mobile在页面中注入了固定的视口大小.
In short, jQuery Mobile injects a fixed viewport size into the page.
这篇关于jQuerymobile和屏幕调整大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!