[GH-ISSUE #1962] Feature Request: Disable zooming in mobile PWA #631

Closed
opened 2026-03-16 16:27:13 +03:00 by kerem · 2 comments
Owner

Originally created by @JJTech0130 on GitHub (Nov 18, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1962

Is your feature request related to a problem? Please describe.
Accidentally zooming in the PWA on iOS is very annoying, and makes it feel less like a native app. It makes it much harder to use.

Describe the solution you'd like
user-scalable=no or similar. Perhaps a toggle in the experiments section?

Originally created by @JJTech0130 on GitHub (Nov 18, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1962 **Is your feature request related to a problem? Please describe.** Accidentally zooming in the PWA on iOS is very annoying, and makes it feel less like a native app. It makes it much harder to use. **Describe the solution you'd like** `user-scalable=no` or similar. Perhaps a toggle in the experiments section?
kerem closed this issue 2026-03-16 16:27:18 +03:00
Author
Owner

@liyasthomas commented on GitHub (Nov 19, 2021):

Hi @JJTech0130, thanks for reporting this concern, but this is an intended behaviour.

Setting user-scalable=no or anything that restrict users from zooming in is an accessibility concern rather than maintaining an app like UI. Problematic for users with low vision who rely on browser zoom to see the contents of a web page.

In reality, Google degrade websites which restrict zooming. Read more

Will definitely see if putting a maximum-scale greater than 5 makes this experiance any better.

<!-- gh-comment-id:973631090 --> @liyasthomas commented on GitHub (Nov 19, 2021): Hi @JJTech0130, thanks for reporting this concern, but this is an intended behaviour. Setting `user-scalable=no` or anything that restrict users from zooming in is an accessibility concern rather than maintaining an app like UI. Problematic for users with low vision who rely on browser zoom to see the contents of a web page. In reality, Google degrade websites which restrict zooming. [Read more](https://web.dev/meta-viewport) Will definitely see if putting a `maximum-scale` greater than `5` makes this experiance any better.
Author
Owner

@JJTech0130 commented on GitHub (Nov 19, 2021):

That’s fine, just noting that I was only asking for an option in the PWA, which is supposed to act like a native app, and most native apps do not allow zooming. It’s especially annoying on my iPad, which apple suggests is going to become a “laptop” replacement, yet it is incredibly annoying to type when everything zooms in.

<!-- gh-comment-id:974069986 --> @JJTech0130 commented on GitHub (Nov 19, 2021): That’s fine, just noting that I was only asking for an option in the PWA, which is supposed to act like a native app, and most native apps do not allow zooming. It’s especially annoying on my iPad, which apple suggests is going to become a “laptop” replacement, yet it is incredibly annoying to type when everything zooms in.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#631
No description provided.