Web video player on touchscreen
When developing major version of the Nuevo plugin v10 and each following minor version, we focused heavily on the player's layout and performance on touch devices. One of the most important tasks was to differ touch and mouse support, not only when the player is initially rendered, but also later when the user decides to connect or disconnect the mouse on his touch device. This is possible with the most of the tablets, and on laptops with touch screen support.
The latest version 10.2.0 of the Nuevo plugin features new option to cancel user touch activity immediately when he touches active video element or touch website content outside of the player. On a device with the mouse support the player uses 2000ms timeout before the control bar can disappear. On touch device this is 4000ms before big icons and control bar are hidden. Below you have comparision how other commercial players act for this purpose.
Player | Desktop | Touch device |
Nuevo | 2000ms | 4000ms |
JWPlayer | 2000ms | 4000ms |
Netflix Player | 2000ms | 7000ms |
Bitmovin | 2000ms | 2000ms |
Flow Player | ~200ms | 3000ms |
Theo Player | ~200ms | 3000ms |