Ian Bussières
Posts: 0
Joined: Mon Jul 08, 2013 8:24 pm

Can I prevent screen rotation on specific screens ?

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 ?

Ian Bussières
Posts: 0
Joined: Mon Jul 08, 2013 8:24 pm

Can I prevent screen rotation on specific screens ?

Your answers are iPhone-specific. I'm guessing by this time that Appery does not have anything to globally manage the rotating accross platforms ?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Can I prevent screen rotation on specific screens ?

Ian, yes, you're right.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Can I prevent screen rotation on specific screens ?

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.

Return to “Issues”