Created
September 4, 2022 16:48
-
-
Save neodigm/a3467df534ba455b6fe2c6fc3905983c to your computer and use it in GitHub Desktop.
Android browsers soft kb do not overlay the page but instead push up and distort the aspect ratio.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
use | |
(min-aspect-ratio: 13/9) | |
(max-aspect-ratio: 13/9) | |
instead of | |
(orientation : landscape) | |
(orientation : portrait) | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment