People are disabling zooming because it causes a delay, which is in turn caused by developers trying to make HTML act like native apps.
Articles on the web should not be JavaScript heavy. HTML is responsive and zoomable by default. It takes a few thousand lines of JavaScript and CSS to make it hard for people to read.
It just boggles my mind how much of the web is static content embedded in some whiz-bang JavaScript framework. It's static content. Serve it from static files you generate, let hyperlinks just be hyperlinks, and get on with your day. :)
Articles on the web should not be JavaScript heavy. HTML is responsive and zoomable by default. It takes a few thousand lines of JavaScript and CSS to make it hard for people to read.
It just boggles my mind how much of the web is static content embedded in some whiz-bang JavaScript framework. It's static content. Serve it from static files you generate, let hyperlinks just be hyperlinks, and get on with your day. :)
/grumpy low vision user is grumpy.