Skip to content

Commit

Permalink
Add meta tags to make homescreen app full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminvo committed Feb 4, 2017
1 parent 520da60 commit cd62104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="./src/assets/favicon.png" />
<title>Quasi</title>

Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="./dist/favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="./dist/touchicon.png">
<title>Quasi</title>
Expand Down

0 comments on commit cd62104

Please sign in to comment.