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);
//#endregion
// http://qiita.com/junya/items/3ff380878f26ca447f85
document.body.setAttribute('ontouchstart', '');
// アプリ基底要素マウント
document.body.innerHTML = '<div id="app"></div>';

View file

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