سؤال

I can set screen orientation on config.xml screen-orientation="portrait" or "landscape". This setting for all pages.

How i can change screen orientation from code?

هل كانت مفيدة؟

المحلول

screen.lockOrientation("portrait");

screen.lockOrientation("landscape");

developer.tizen.org/help/index.jsp

نصائح أخرى

screen.lockOrientation(...) and screen.unlockOrientation(...) may be used from code. See discussion here: https://developer.tizen.org/forums/web-application-development/automatic-orientation-tizen-web-application

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top