I would like specific screens to stay put even if a user rotates his phone. For example, a signup page would stay portait and never go landscape.
Is this possible ? How ?
I would like specific screens to stay put even if a user rotates his phone. For example, a signup page would stay portait and never go landscape.
Is this possible ? How ?
Hello! Please take a look here http://stackoverflow.com/questions/17...
http://stackoverflow.com/questions/12...
Your answers are iPhone-specific. I'm guessing by this time that Appery does not have anything to globally manage the rotating accross platforms ?
Ian, yes, you're right.
http://stackoverflow.com/questions/67...
http://stackoverflow.com/questions/65...
For Android, add codeandroid:screenOrientation="portrait"/code for each activity. in the file AndroidManifest.xml and compile the project.