【发布时间】:2012-05-05 03:21:33
【问题描述】:
我的 JQuery Mobile 项目中有 2 个页面。我希望第 1 页固定为纵向,第 2 页固定为横向。
可以吗?
【问题讨论】:
标签: jquery-mobile
我的 JQuery Mobile 项目中有 2 个页面。我希望第 1 页固定为纵向,第 2 页固定为横向。
可以吗?
【问题讨论】:
标签: jquery-mobile
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" });
如果您需要进一步的帮助,请询问
【讨论】: