Vuepress: Default viewport settings affect UX badly

Created on 17 Apr 2018  路  1Comment  路  Source: vuejs/vuepress

By default there鈥檚 a viewport configuration that considered an antipattern:

<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">

The maximum-scale=1 and user-scalable=no are locking viewport scaling which affects UX and accessibility badly. See Anti-Pattern: Disabling Pinch-to-Zoom by eBay for details.

I鈥檓 ready to send PR removing those viewport options, but I decided to check if you鈥檇 agree.

Most helpful comment

Yeah we can remove them for accessibility.

>All comments

Yeah we can remove them for accessibility.

Was this page helpful?
0 / 5 - 0 ratings