Improvement: Make it a web app on iOS
Hides Safari UI when added to home screen as a web app and provides an app logo.
This commit is contained in:
parent
96a85271c0
commit
5a040b08d2
@ -3,10 +3,14 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="OpenSpoolMan">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<title>OpenSpoolMan</title>
|
||||
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||
<link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet">
|
||||
<link href="{{ url_for('static', filename='css/bootstrap-icons.css') }}" rel="stylesheet">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='logo.png') }}">
|
||||
<style>
|
||||
.bi {
|
||||
vertical-align: -.125em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user