forked from FoundKeyGang/FoundKey
parent
64f4231283
commit
7df8cd2b5d
1 changed files with 1 additions and 2 deletions
|
@ -95,8 +95,7 @@ window.addEventListener('resize', () => {
|
|||
if (['smartphone', 'tablet'].includes(deviceKind)) {
|
||||
const viewport = document.getElementsByName('viewport').item(0);
|
||||
viewport.setAttribute('content',
|
||||
`${viewport.getAttribute('content')},minimum-scale=1,maximum-scale=1,user-scalable=no`);
|
||||
document.head.appendChild(viewport);
|
||||
`${viewport.getAttribute('content')}, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover`);
|
||||
}
|
||||
|
||||
//#region Set lang attr
|
||||
|
|
Loading…
Reference in a new issue