sunniejs / vue-h5-template

:tada:vue搭建移动端开发,基于vue-cli4.0+webpack 4+vant ui + sass+ rem适配方案+axios封装,构建手机端模板脚手架
https://sunniejs.github.io/vue-h5-template/
MIT License
3.08k stars 874 forks source link

横屏效果不友好 #114

Closed tkkcc closed 1 year ago

tkkcc commented 1 year ago

横屏时观感上整体放大,难以使用。

https://user-images.githubusercontent.com/17373509/211262176-0e4c8ec3-1f71-4909-8fcd-b9f691565470.mp4

fonghehe commented 1 year ago

要保证ipad等大移动端尺寸设备使用的话,建议限制一个宽度,要不比例会很不协调

tkkcc commented 1 year ago

只是手机横屏模式,没有涉及 "ipad等大移动端尺寸设备"。ionic的viewport更合理。

wswmsword commented 1 month ago

@tkkcc 你好,可以考虑使用 postcss-mobile-forever 进行桌面端适配,我提供了适配之后的代码和在线演示,您可以查看。