Skip to content

Commit

Permalink
Merge pull request #171 from OpenSprinkler/bug/fix-mobile-app-meta
Browse files Browse the repository at this point in the history
Add recommended vendor neutral PWA capable meta
  • Loading branch information
salbahra authored Nov 26, 2024
2 parents c8131b7 + ced3d1e commit 5fd1562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<title>OpenSprinkler</title>
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="OpenSprinkler">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
Expand Down

0 comments on commit 5fd1562

Please sign in to comment.