You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now orientation only locks when screen height is larger than width. We should adjust that, so it will not be direct, equal number, but width should have adventage here. For example for 1200 width, if height would be 1000 we should lock it, and right now if width would be 1200 it would lock only if height is 1200 as well.
The text was updated successfully, but these errors were encountered:
Overview
Right now orientation only locks when screen height is larger than width. We should adjust that, so it will not be direct, equal number, but width should have adventage here. For example for 1200 width, if height would be 1000 we should lock it, and right now if width would be 1200 it would lock only if height is 1200 as well.
The text was updated successfully, but these errors were encountered: