Allow zoom on mobile devices

See https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#user-scalable
This commit is contained in:
Romain de Laage 2022-08-22 06:33:32 +02:00 committed by GitHub
parent 0afad251e0
commit d7f978da49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<title>{{template "title" .}} - Miniflux</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Miniflux">
<link rel="manifest" href="{{ route "webManifest" }}" crossorigin="use-credentials"/>