Hi,
I want to make an app automatically change its orientation before launch. Most of android devices are portrait oriented but some tablet is landscape oriented that have a longer width than its height. For example, Samsung Galaxy tab 4 10.1".
In default, the app is set to portrait in the standalone application setting and does not rotate(always set to portrait). but can I make its orientation changed to landscape when the app is launching on the landscape oriented device?
Cheers,
Louis
Change initial orientation setting
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Change initial orientation setting
Ok,
I tried with mobileSetAllowedOrientations "landscape left" in preOpenStack
but orientation is always launched portrait and then changed to landscape after rotating device to landscape position.
so my conclusion is that creating multiple stacks for both tablets and mobile phones OR creating mobile phone only app.
is there anyone have different idea of this matter?
Cheers,
Louis

I tried with mobileSetAllowedOrientations "landscape left" in preOpenStack
but orientation is always launched portrait and then changed to landscape after rotating device to landscape position.
so my conclusion is that creating multiple stacks for both tablets and mobile phones OR creating mobile phone only app.
is there anyone have different idea of this matter?
Cheers,
Louis