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.
Yeah we can remove them for accessibility.
Most helpful comment
Yeah we can remove them for accessibility.