try setup pwa on apple
This commit is contained in:
@ -17,6 +17,8 @@ import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Специално Свидетелстване София",
|
title: "Специално Свидетелстване София",
|
||||||
description: "Специално Свидетелстване София",
|
description: "Специално Свидетелстване София",
|
||||||
|
viewport: "width=device-width, initial-scale=1",
|
||||||
|
appleWebApp: true,
|
||||||
/// manifest: "/manifest.json",
|
/// manifest: "/manifest.json",
|
||||||
// manifest: {
|
// manifest: {
|
||||||
// theme_color: "#000000",
|
// theme_color: "#000000",
|
||||||
|
@ -9,11 +9,13 @@ class MyDocument extends Document {
|
|||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
|
<meta name="theme-color" content="#fff" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<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-status-bar-style" content="default" />
|
||||||
<link rel="apple-touch-icon" href="/icon.png"></link>
|
<meta name="apple-mobile-web-app-title" content="Your PWA Name" />
|
||||||
<meta name="theme-color" content="#fff" />
|
|
||||||
|
<link rel="apple-touch-icon" href="/old-192x192.png"></link>
|
||||||
</Head>
|
</Head>
|
||||||
<body>
|
<body>
|
||||||
<Main />
|
<Main />
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user