mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
Update viewport meta tag to prevent auto-zoom on iOS when entering input text box (#2620)
I tested this on my end and it prevents the auto-zooming, but does not prevent manual user scrolling, essentially a perfect solution to a UI issue on iOS
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>BookLore</title>
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg"/>
|
||||
<link rel="manifest" href="manifest.webmanifest">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user