You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, when controlsVisible was false, the controls appeared in an overlay when the user tapped on the video. In Tabris.js 3.9.0, the controls don't appear anymore upon tap. In the snippet below, tapping on the very center of the video pauses it though, which indicates that the controls are interactive, despite being invisible.
Expected behavior
When controlsVisible is false, either:
the video controls should appear when the video is tapped, or:
the user should not be able to interact with invisible video controls
Problem description
Previously, when
controlsVisible
wasfalse
, the controls appeared in an overlay when the user tapped on the video. In Tabris.js 3.9.0, the controls don't appear anymore upon tap. In the snippet below, tapping on the very center of the video pauses it though, which indicates that the controls are interactive, despite being invisible.Expected behavior
When
controlsVisible
isfalse
, either:Environment
Code snippet
The text was updated successfully, but these errors were encountered: