This commit is contained in:
2025-11-27 10:41:05 +08:00
parent f5099e9cc0
commit 34bad16bf4
3 changed files with 2 additions and 1109 deletions

View File

@@ -166,6 +166,7 @@ const initPixi = () => {
resolution: window.devicePixelRatio || 1, resolution: window.devicePixelRatio || 1,
autoDensity: true, autoDensity: true,
}); });
app.view.style.touchAction = 'auto';
container.appendChild(app.view); container.appendChild(app.view);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long