How to Disable Touch Zooming in a Web App?

0
19
Asked By CodingNinja42 On

I'm new to web development and have been working on a webpage where I've disabled zooming with the scroll wheel and keyboard shortcuts (Ctrl + +/-) in Chrome. It works perfectly there, but in Firefox, users can still pinch to zoom. I'm wondering if this is an issue with the browser or if there's something else I can do. Any suggestions on how to prevent touch zooming effectively?

1 Answer

Answered By TechSavvyGal On

You know, preventing zooming might not be a great idea. It's actually a helpful feature for users with accessibility needs. Have you considered if it might hurt the experience for some people?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.