JQuery Mobile的不同页面方向

时间:2012-05-05 03:21:34

标签: jquery-mobile

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

可以吗?

1 个答案:

答案 0 :(得分: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”});

如果你需要更多的帮助,那么请问