This commit is contained in:
syuilo 2020-07-12 18:19:02 +09:00
parent aae9bc4cf4
commit 6ff84a1061
2 changed files with 2 additions and 4 deletions

View File

@ -98,9 +98,6 @@ const html = document.documentElement;
html.setAttribute('lang', lang); html.setAttribute('lang', lang);
//#endregion //#endregion
// http://qiita.com/junya/items/3ff380878f26ca447f85
document.body.setAttribute('ontouchstart', '');
// アプリ基底要素マウント // アプリ基底要素マウント
document.body.innerHTML = '<div id="app"></div>'; document.body.innerHTML = '<div id="app"></div>';

View File

@ -61,7 +61,8 @@ html
document.documentElement.style.backgroundImage = `url(${wallpaper})`; document.documentElement.style.backgroundImage = `url(${wallpaper})`;
} }
body //- https://qiita.com/junya/items/3ff380878f26ca447f85
body(ontouchstart='')
noscript: p noscript: p
| JavaScriptを有効にしてください | JavaScriptを有効にしてください
br br