mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1962] Feature Request: Disable zooming in mobile PWA #631
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#631
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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=noor similar. Perhaps a toggle in the experiments section?@liyasthomas commented on GitHub (Nov 19, 2021):
Hi @JJTech0130, thanks for reporting this concern, but this is an intended behaviour.
Setting
user-scalable=noor 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-scalegreater than5makes this experiance any better.@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.