jQuery Mobile方向白色空间

时间:2014-05-22 16:05:03

标签: jquery jquery-mobile whitespace screen-orientation

在任何设备上更改方向时,我都会获得一些空格。它看起来像这样:

enter image description here

我想这是因为jquery mobile将每个页面的最小高度设置为设备高度,但仅限于init。所以高度仍然是旧设备的高度。我尝试用css手动设置它:

.ui-page {
  min-height: 10px !important;
}

这样可以正确设置桌面上的最小高度(我不能在横向模式下尝试它),但它对我的问题没有影响。

有谁知道如何删除此区域,以便页面以图像结束?

0 个答案:

没有答案