-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Auto zoom when using Nextcloud on Safari iOS #47328
Comments
Tested a bit, all the meta solutions will break android.
|
@susnux solution 1 and 3 are the same though, no? Meaning blocking zoom on Safari, which is an issue for accessibility. cc @marcoambrosini regarding the font size question, although we never were at 16px so it must always have happened. |
@jancborchardt 1 means we keep the zooming behavior but set BTW 16px is the default font size of (every?) browser, benefit would be that the line height would be 24px instead of 22.5px (which looks sometimes odd due to the fraction). |
@susnux true, we just keep user-scalable. Then solution 1 sounds best and simplest, right? Seems fine to me 👍 |
Thanks so much for checking that out right away @susnux ❤️ Using the web UI is so much smoother now on iOS |
I used our web interface a couple of times now on mobile safari and if feels quite strange and is partially also annoying that Safari is automatically zooming to input elements and also contenteditables (e.g. in text) when you focus them.
This used to work differently and in my perspective also should for a web app that is not a pure content page.
This was introduced in ac736b2 as a accessibility fix where I still agree that manually zooming should be possible, however maybe we can get rid of the automatic zoomin.
I found https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone as a possible option.
@nextcloud/designers What do you think about that? Any arguments against changing this?
The text was updated successfully, but these errors were encountered: