+1
Отвечен
How to ignore device rotation?
I need my app not to change orientation after rotating the device. Is it possible to avoid screen rotation using WIRE?
Сервис поддержки клиентов работает на платформе UserEcho
You could potentially lock it in one direction and then using if statements determine the orientation and then redesign your pages to look differently. It would require more leg work on your part to rotate text, etc in the right directions.