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

Disable zoom when focusing input on mobile #22064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Piccirello
Copy link
Member

This makes the mobile experience slightly better by not automatically zooming in when an input field is focused (e.g. performing a search). This does not prevent manually zooming in, should someone want to do that.

@Piccirello Piccirello requested a review from a team December 26, 2024 04:01
@Chocobo1 Chocobo1 added the WebUI WebUI-related issues/changes label Dec 27, 2024
@@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=10">
<meta name="application-name" content="qBittorrent">
<meta name="description" content="qBittorrent WebUI">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have an Android device to test on. Could someone confirm this is still the current behavior? If so, I may move this to JS so that it's only applied on iOS devices/mobile Safari.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WebUI WebUI-related issues/changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants