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
I know it is done automatically for Android, cause I added it
Likes: antix