Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Load and Stay in Landscape mode

I have an app with two tabs, i want them to load in landscape mode and stay that way. I can use the

Titanium.UI.orientation = Titanium.UI.LANDSCAPE_LEFT;

to make them turn to landscape, but there's that little brief animation where it starts in portrait and spins sideways, how do i prevent that animation to where it literally just stays in landscape? I looked all through the questions but haven't found a real solution yet

— asked June 19th 2010 by Baylor Barbee
  • landscape
  • orientation
0 Comments

3 Answers

  • I would like to know this as well. Apparently there is a ticket open, but it keeps getting pushed back.

    — answered June 20th 2010 by scott l
    permalink
    0 Comments
  • No one have a answer for this ? same issue here. Thanks in advanced.

    — answered August 23rd 2010 by Esteban Fernandez
    permalink
    0 Comments
  • For iPhone

    win.orientationModes = [Titanium.UI.LANDSCAPE_LEFT];
    win.open();
    Titanium.UI.orientation = Titanium.UI.LANDSCAPE_LEFT;
    

    For Android

    check out the link

    — answered August 24th 2010 by Satta Ravi
    permalink
    1 Comment
    • On the iPhone, this causes the app to open in portrait and then animate into landscape. I think the people here (incl myself) are more interested in the app just opening in landscape & staying that way.

      — commented March 1st 2011 by Philip Kaplan
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.