iOS PWA and IT Job Checklist for IT Staff view
This commit is contained in:
+33
-7
@@ -5,17 +5,43 @@
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
||||
<meta name="description" content="A new Flutter project.">
|
||||
<meta name="description" content="TasQ — Task and workforce management.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
|
||||
<!-- PWA / Android -->
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="tasq">
|
||||
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
<!-- iOS PWA meta tags -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="TasQ">
|
||||
|
||||
<!-- Apple touch icons (iOS uses largest available that fits) -->
|
||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon-180.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-touch-icon-152.png">
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="icons/apple-touch-icon-167.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon-180.png">
|
||||
|
||||
<!-- iOS Splash Screens -->
|
||||
<!-- iPhone 16 Pro Max (1320x2868 @3x) -->
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 440px) and (device-height: 956px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||
href="icons/splash-1320x2868.png">
|
||||
<!-- iPhone 14 / 15 / 16 (1179x2556 @3x) -->
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||
href="icons/splash-1179x2556.png">
|
||||
<!-- iPhone SE 3rd gen (750x1334 @2x) -->
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||
href="icons/splash-750x1334.png">
|
||||
|
||||
<meta name="theme-color" content="#FFFFFF">
|
||||
|
||||
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||
|
||||
<title>tasq</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<title>TasQ</title>
|
||||
|
||||
<script>
|
||||
var dartPdfJsVersion = "3.2.146";
|
||||
@@ -26,4 +52,4 @@
|
||||
<body>
|
||||
<script src="flutter_bootstrap.js" async></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user