Remove comment why 'viewport' has to be changed

This commit is contained in:
Wolfgang Huß 2023-03-14 07:39:25 +01:00
parent eb9daebe52
commit 60e4ff28a7
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ export default {
},
{
name: 'viewport',
// content: 'width=device-width, initial-scale=1', // "width=device-width" does not work correctly for Safari on iOS, see https://stackoverflow.com/a/37136777
content: 'initial-scale=1',
},
{

View File

@ -62,7 +62,6 @@ export default {
},
{
name: 'viewport',
// content: 'width=device-width, initial-scale=1', // "width=device-width" does not work correctly for Safari on iOS, see https://stackoverflow.com/a/37136777
content: 'initial-scale=1',
},
{