teamforus / forus

Online platform voor maatschappelijke projecten.
https://forus.io
GNU Affero General Public License v3.0
9 stars 3 forks source link

WCAG: Viewport scaling #2200

Closed jamalv closed 3 years ago

jamalv commented 3 years ago

Zooming in on a mobile is hampered by the viewport settings (<meta name = "viewport": user-scalable = no, max-width =, maximum-scale = 1.0 "). read content from these pages on mobile devices.

The visually impaired and visitors on mobile are missing some of the content.

Delete this code.

maxvisser commented 3 years ago

ask janita; browsers have option to ignore this setting; if we still need to remove it how would we need to do it?