evrone / postcss-px-to-viewport

A plugin for PostCSS that generates viewport units (vw, vh, vmin, vmax) from pixel units. The best choice to create a scalable interface on different displays by one design size.
https://evrone.com/postcss-px-viewport
MIT License
2.99k stars 401 forks source link

横屏样式Android软键盘造成的样式错乱 #100

Open fanxujiao001002 opened 3 years ago

fanxujiao001002 commented 3 years ago

在Android系统下,当input输入框调起软键盘时,如果开启横屏样式,会造成@media (orientation: landscape) 识别错误,建议修改成@media (min-aspect-ratio: 13/9)

yxt-pengc commented 3 years ago

+1

zhaoyueer commented 2 years ago

+1

dingxiaolei commented 2 years ago

+1