Skip to content

Commit

Permalink
Fix the page auto zoom when ios input focus (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
GodD6366 committed Oct 12, 2022
1 parent 9dd2596 commit c7d1c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/_document.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export default function Document() {
name="description"
content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=4" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=4" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=4" />
Expand Down

0 comments on commit c7d1c05

Please sign in to comment.