Video controls disappear on android

When I launch a video on android and ask for controls, everything works fine for the first few seconds: the controls are there, the video starts correctly and the progress bar goes along. After a few seconds, the progress bar and controls fade away, which is nice. However, when I tap on the video, the controls do not come back. Does anyone know how to fix this?

having the same issue. I am using crosswalk.

I was able to resolve this by wrapping the video element in a div with
data-tap-disable="true"
source: Can’t play HTML5 video content on Android

1 Like