Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
TextInputDialog displaying in portrait even though the app is in landscape — Gideros Forum

TextInputDialog displaying in portrait even though the app is in landscape

AniketAniket Member
edited April 2016 in General questions
Any ideas why it might be doing that? TextInputDialog staying in portrait.
Ok, so this is part of a deeper problem. The TextInputDialog is in portrait because the UIInterfaceOrientationLandscapeRight and left had to be removed. These were removed because the app would rotate into them even if in the gideros project, it was specified "No Autorotate"
So I guess the question should be, gideros app autorotates even when it's specified not to in the project properties.

Comments

Sign In or Register to comment.