Merge pull request #1415 from efemes/1-can-t-rotate-progressive-web-app
Allow rotation of Progressive Web App
This commit is contained in:
commit
a98e9a382e
@ -108,6 +108,7 @@ var webpackConfig = merge(baseWebpackConfig, {
|
|||||||
name: 'StackEdit',
|
name: 'StackEdit',
|
||||||
description: 'Full-featured, open-source Markdown editor',
|
description: 'Full-featured, open-source Markdown editor',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
|
orientation: 'any',
|
||||||
start_url: 'app',
|
start_url: 'app',
|
||||||
background_color: '#ffffff',
|
background_color: '#ffffff',
|
||||||
crossorigin: 'use-credentials',
|
crossorigin: 'use-credentials',
|
||||||
|
Loading…
Reference in New Issue
Block a user