Skip to content

Instantly share code, notes, and snippets.

@neodigm
Created September 4, 2022 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neodigm/a3467df534ba455b6fe2c6fc3905983c to your computer and use it in GitHub Desktop.
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.
/*
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