]> source.dussan.org Git - nextcloud-server.git/commit
fix: Disable auto-zoom on iOS
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 21 Aug 2024 00:59:14 +0000 (02:59 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 21 Aug 2024 11:01:18 +0000 (13:01 +0200)
commitec00367f3006dfe0389854a5340bf4effcc8452c
tree7b97c85dcb431b3a6c8f8c04e5bb2c69197c39f7
parentc07cf51bebf4dcc90a522e0fc580365ca4ef02ef
fix: Disable auto-zoom on iOS

When using iOS and focussing an input element the view should not be zoomed.
So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom.
But we can not do this by default as this will disable user zoom on Chrome.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
core/templates/layout.base.php
core/templates/layout.guest.php
core/templates/layout.public.php
core/templates/layout.user.php
lib/private/TemplateLayout.php