noVNC/app
Samuel Mannehed f1550c69d9 Get rid of noVNC_touch in favor for @media queries
This commit removes our dependency on the class "noVNC_touch" which was
set by Javascript. Instead, we can use the CSS media query
"any-pointer: coarse", which means that any pointing device that isn't
accurate is available. In practice this seems to basically be equal to
that a touch screen is available.

This change lets us simplify the selectors in many cases as well, which
is a nice bonus.
2022-12-14 14:06:16 +01:00
..
images Add touch gestures for mouse emulation 2020-06-12 09:18:46 +02:00
locale Add italian translation 2022-09-08 14:56:04 +02:00
sounds Support RFB bell 2016-09-22 11:15:42 +02:00
styles Get rid of noVNC_touch in favor for @media queries 2022-12-14 14:06:16 +01:00
error-handler.js Make error handler's focus changes best-effort 2022-10-12 13:01:23 +02:00
localization.js Change copyright header (#1138) 2018-10-09 12:15:35 +02:00
ui.js Get rid of noVNC_touch in favor for @media queries 2022-12-14 14:06:16 +01:00
webutil.js Fix parsing of query string variables 2021-09-08 15:37:42 +02:00