1

我的 JQuery Mobile 项目中有 2 页。我希望第 1 页固定为纵向,第 2 页固定为横向。

可以做到吗?

4

1 回答 1

0
when you click on a link to open page then check window.orientation, then change your page accordingly . As well as implement event orientationchange and whenever orientation is changed then open the relevent page.

您可以使用以下更改/浏览到相关页面

$.mobile.changePage("#LandscapePage", { transition: "slide" });

如果您需要进一步的帮助,请询问

于 2012-05-05T11:39:49.757 回答