From d8ad481be90a07134933657739887d9167d5a14d Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Tue, 26 Dec 2023 09:31:22 +0100 Subject: [PATCH] set touch-action to none --- haxe/ui/backend/ComponentImpl.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/haxe/ui/backend/ComponentImpl.hx b/haxe/ui/backend/ComponentImpl.hx index 23436f1..0bfa483 100644 --- a/haxe/ui/backend/ComponentImpl.hx +++ b/haxe/ui/backend/ComponentImpl.hx @@ -70,6 +70,7 @@ class ComponentImpl extends ComponentBase { -webkit-tap-highlight-color: transparent; webkit-user-select; outline: none !important; + touch-action: none; }", sheet.cssRules.length); @:privateAccess Screen.instance.container.classList.add("haxeui-theme-" + Toolkit.theme); }