Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable page zooming in mobile browsers #43235

Closed
the-dipsy opened this issue Jan 31, 2024 · 3 comments
Closed

Add option to disable page zooming in mobile browsers #43235

the-dipsy opened this issue Jan 31, 2024 · 3 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: files

Comments

@the-dipsy
Copy link

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
When using the web version of Nextcloud on a mobile browser (tested on iOS 17.2.1), the ability to zoom in and the browsers automatic zooming when using input elements makes the operation of the page pretty cumbersome, especially when zooming out to far leads to page reloading. Without zooming the page would mostly behave like a native app.

Describe the solution you'd like
Add an option to disable page zooming on mobile devices for the entire instance and for individual users.

Describe alternatives you've considered
As a workaround the outdated but still functional jsloader app can be used to fix this problem with the Javascript code document.head.querySelector("meta[name=viewport]").content += ", user-scalable=no".

@the-dipsy the-dipsy added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels Jan 31, 2024
@juliusknorr
Copy link
Member

Fixed by #47371

@the-dipsy
Copy link
Author

I haven't tried it but the pull request reads like manual zooming is still possible on iOS, right?

@juliusknorr
Copy link
Member

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: files
Projects
None yet
Development

No branches or pull requests

3 participants