Skip to main content
Vially Logo

2.5.6: Concurrent Input Mechanisms

A Smart TV remote, which is an example of a device with concurrent input mechanisms. The TV accepts remote control and voice commands.
Skip to Main Content

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.