mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
Fix 'viewport' 'width=device-width' by removing it, because it does not work correctly for Safari on iOS
This commit is contained in:
parent
c1fd3d51b5
commit
b9d5fe449e
@ -62,7 +62,8 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'viewport',
|
||||
content: 'width=device-width, initial-scale=1',
|
||||
// content: 'width=device-width, initial-scale=1', // "width=device-width" does not work correctly for Safari on iOS
|
||||
content: 'initial-scale=1',
|
||||
},
|
||||
{
|
||||
hid: 'description',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user