11-16-2024, 07:58 PM
AFAIK touch gestures are a separate input class from mount clicks and they are detected and processed by the driver for the display. Here's the JS script that handles touch/swipe https://github.com/moode-player/moode/bl...chSwipe.js
From a debugging standpoint consider that left/right swipe is only failing on that particular wave share display which suggests some sort of issue with the display or its driver.
From a debugging standpoint consider that left/right swipe is only failing on that particular wave share display which suggests some sort of issue with the display or its driver.