diff --git a/web/packages/core/src/shadow-template.js b/web/packages/core/src/shadow-template.js index 53f5c4466..aaadd5dcb 100644 --- a/web/packages/core/src/shadow-template.js +++ b/web/packages/core/src/shadow-template.js @@ -6,6 +6,10 @@ ruffle_shadow_tmpl.innerHTML = ` /* Default width/height; this will get overridden by user styles/attributes */ width: 550px; height: 400px; + touch-action: none; + user-select: none; + -webkit-user-select: none; + -webkit-tap-highlight-color: transparent; } #container {