Android screen rotation

Discussion in 'Technical Discussion' started by wayne_martell, Jan 9, 2016.

  1. wayne_martell

    wayne_martell Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    301
    Likes Received:
    100
    Not sure if this is a bug or it's suppose to be this way with BB, but all the games I've exported to android don't rotate is this correct. Or do I need to turn something on, it doesn't hurt the game play just I see other game automatically rotate to the orientation of how it's held.
     
  2. todro

    todro Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    151
    Likes Received:
    69
    I saw this for various IOS games too, even BB's Phases, so my assumption is that this is a bug. I came across a similiar new bug on IOS: after displaying an ad, the system flips vertically, so this might happen on Android too.
     
  3. wayne_martell

    wayne_martell Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    301
    Likes Received:
    100
    Interesting it happens on IOS as well, it's not a big deal but it does make BB bit less professional.
     
  4. ionicapetrica98

    ionicapetrica98 Boxer

    Joined:
    Oct 27, 2015
    Messages:
    34
    Likes Received:
    4
    Any solution here?
     
  5. SickB

    SickB Boxer

    Joined:
    Sep 27, 2019
    Messages:
    1
    Likes Received:
    1
    I recently confronted this problem!
    The answer is for the projects made with Android Studio in my case.
    You need to open AndroidManifest.xml and replace android:screenOrientation="Landscape" to "sensorLandscape"
    For me , it works :))
     
    wayne_martell likes this.

Share This Page