Examples of concurrent inputs
How do I implement concurrent input mechanisms?
Developers and designers should avoid the use of input-specific event listeners or hiding button and slider controls when a touchscreen device is detected. Don’t assume you know how your users will interact with your website or mobile app, and therefore block them from using more than one input mechanism. By ensuring all the functionality of your website can be done via both keyboard and touch, you will go a long way towards improving your digital accessibility.
