The setting to prevent users from zooming in general settings doesn’t seem to be working anymore. I’ve tested it on several different iOS devices, and for some reason, users can still zoom in—even though it’s supposed to be disabled. Is anyone else experiencing this issue in their apps?
Still struggling with this annoying bug. I removed all the elements from a page (it’s completely blank), but I’m still able to zoom in on mobile devices. I even created a new app with the “prevent user from zooming” setting activated. I also added this to the page header, but it doesn’t seem to do anything or help either:
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
This leads me to believe that this is either a bug or a feature that no longer works as expected. Has anyone else experienced this?
This topic was automatically closed after 70 days. New replies are no longer allowed.