From 081f9d2a13795ee70a1632a1aca3efb0498d35f6 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Wed, 2 Nov 2022 16:38:12 +0100 Subject: [PATCH] Disable iOS long-press popup for sidebar images In order to make the sidebar feel more like a GUI element from a real application, we can disable the long-press image popup on iOS. Note that this only has an effect on iOS devices. --- app/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/base.css b/app/styles/base.css index ffc2b4fe..7ab1a6d3 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -248,6 +248,7 @@ html { user-select: none; -webkit-user-select: none; + -webkit-touch-callout: none; /* Disable iOS image long-press popup */ } #noVNC_control_bar.noVNC_open { box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.5);