-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Description
Allow only portrait mode in phones, landscape and portrait mode
in tablets.
Steps to reproduce
Create all the layouts required in landscape mode, and test in the code to see if you have to accept the change of screen orientation or not (depending on the screen dimensions).
Expected behavior
-
Allow only portrait mode in phones, landscape and portrait mode
in tablets. (force portrait mode for phones, portrait and landscape mode for tablets (for screens greater than 600 dp)). -
Ensure that when the tablet changes orientation, the application does not lose data already entered in portrait mode, and vice versa.
-
Note : if you don't have tablets, you can test with the virtual tablets provided by android studio (in avd - android virtual device).
Actual behavior
Only the portrait mode works as expected.
Who's working on this ?
I can do that if you want.
(If you give me to work on issue #17, I'll do it later).