4.1.1: Отключен поворот экрана в PWA
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
<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="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="PlayLife" />
|
<meta name="apple-mobile-web-app-title" content="PlayLife" />
|
||||||
|
<meta name="screen-orientation" content="portrait" />
|
||||||
<meta name="description" content="Трекер продуктивности и изучения слов" />
|
<meta name="description" content="Трекер продуктивности и изучения слов" />
|
||||||
|
|
||||||
<title>PlayLife</title>
|
<title>PlayLife</title>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "4.1.0",
|
"version": "4.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export default defineConfig(({ mode }) => {
|
|||||||
theme_color: '#4f46e5',
|
theme_color: '#4f46e5',
|
||||||
background_color: '#f3f4f6',
|
background_color: '#f3f4f6',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
orientation: 'any',
|
orientation: 'portrait',
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
scope: '/',
|
scope: '/',
|
||||||
icons: [
|
icons: [
|
||||||
|
|||||||
Reference in New Issue
Block a user