如何更改屏幕方向(Tizen,Web-app)

时间:2013-07-23 08:16:22

标签: web-applications tizen tizen-web-app

我可以在config.xml screen-orientation =“portrait”或“landscape”上设置屏幕方向。 所有页面的此设置。

如何从代码中更改屏幕方向?

2 个答案:

答案 0 :(得分:2)

screen.lockOrientation( “纵向”);

screen.lockOrientation( “横向”);

developer.tizen.org/help/index.jsp

答案 1 :(得分:0)

可以从代码中使用

screen.lockOrientation(...)和screen.unlockOrientation(...)。请参阅此处的讨论:https://developer.tizen.org/forums/web-application-development/automatic-orientation-tizen-web-application