1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Forgot why we don't force a rotation lock, added a doc explaining why so that I won't waste time thinking about it again.

This commit is contained in:
Simo Kinnunen 2015-07-21 15:10:04 +09:00
parent 43f2f6257f
commit 76eb1b077a

7
doc/WHY.md Normal file
View file

@ -0,0 +1,7 @@
# Why?
This document lists reasons for various internal decisions so that we'll hopefully never forget them (again).
## Why not keep a rotation lock to prevent the screen from reverting to its natural position?
Because a physical rotation would then have no effect. While STF is meant for larger device farms, we anticipate a large portion of our user base to be running STF on their local computers with the actual devices right next to them, and it would be confusing if rotation suddenly had no effect.