Skip to content

Commit baf9ce8

Browse files
author
Pablo
authored
feat(pwa): open fullscreen when access via mobile
1 parent 3ba7b95 commit baf9ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: manifest.json
88
"short_name": "{{ site.author }}",
99
"description": "{{ site.meta.description }}",
1010
"start_url": "./?utm_source=web_app_manifest&utm_medium=web_app_manifest",
11-
"display": "standalone",
11+
"display": "fullscreen",
1212
"orientation": "portrait",
1313
"background_color": "{{ site.meta.theme_color }}",
1414
"theme_color": "{{ site.meta.theme_color }}",

0 commit comments

Comments
 (0)