started adding compatibility for ios web app

This commit is contained in:
2021-11-15 08:46:24 -06:00
parent 3e7b046ef4
commit 7edc59f1c1

View File

@@ -9,11 +9,16 @@
{% bootstrap_javascript %}
<link rel='stylesheet' href="{% static 'base.css' %}">
<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>
<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">
<a class="navbar-brand fw-bolder text-uppercase" href="{% url 'home' %}">⚾️ Bench Coach</a>