started adding compatibility for ios web app
This commit is contained in:
@@ -9,11 +9,16 @@
|
|||||||
{% bootstrap_javascript %}
|
{% bootstrap_javascript %}
|
||||||
<link rel='stylesheet' href="{% static 'base.css' %}">
|
<link rel='stylesheet' href="{% static 'base.css' %}">
|
||||||
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}">
|
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="BenchCoach">
|
||||||
|
<meta name='viewport' content='viewport-fit=cover, width=device-width, initial-scale=1.0'>
|
||||||
|
<link rel="apple-touch-icon" href="{% static 'favicon.ico' %}">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-light">
|
<body class="bg-light">
|
||||||
|
|
||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top" style="padding-top: env(safe-area-inset-top);">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand fw-bolder text-uppercase" href="{% url 'home' %}">⚾️ Bench Coach</a>
|
<a class="navbar-brand fw-bolder text-uppercase" href="{% url 'home' %}">⚾️ Bench Coach</a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user