I want to test my application with landscape to portrait but my tablet work only with landscabe and I don't know why ?
Asked
Active
Viewed 3,718 times
1
-
1In certain tablets like my Nexus 7, the orientation can be locked. Check under Settings to see whether any such setting is preventing your tablet to change orientation (landscape <--> portrait). If other screens like the settings screen work and the app under test does not work, then it means that the app developer have constrained the orientation. – Narayanan Jul 12 '13 at 07:32
-
I made a reset of device and now the problem has been solved – forsubhi Jul 12 '13 at 08:01
-
@forsubhi If the problem is solved, add an answer to your question and accept it, so that other visitors know that you've solved the problem. – Dan Hulme Jul 12 '13 at 08:04
-
@Narayanan That looks more like an answer than a comment. – Dan Hulme Jul 12 '13 at 08:05
2 Answers
1
In certain tablets like my Nexus 7, the orientation can be locked as seen from one of Google search result:
Check under Settings to see whether any such setting is preventing your tablet to change orientation (landscape <--> portrait). This can also be achieved quickly with a drop down from top left corner of the display. If other screens like the settings screen work and the app under test does not work, then it means that the app developer have constrained the orientation.
-- Added as an answer as Dan Hulme suggested.