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>';