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

Closed
wants to merge 1 commit into 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.

Copy link

This PR is stale because it has been 60 days with no activity. This PR will be automatically closed within 7 days if there is no further activity.

@github-actions github-actions bot added the Stale label Feb 26, 2025
Copy link

github-actions bot commented Mar 5, 2025

This PR was closed because it has been stalled for some time with no activity.

@github-actions github-actions bot closed this Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale WebUI WebUI-related issues/changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants