Video tag controls hides and never come in Android

Hello everyone,

I am trying to integrate HTML5 video player into my app and so far its working good except one thing. The native play pause control is gone. It works perfectly on iOS where video occupies fullscreen and plays continue, it also display controls nicely. but in case of android (5.0 and Crosswalk) once video start playing, the controls never come back… no matter how many time I tap on it. any thought ?

Its kind of weird but whatever, adding overflow-scroll=“true” resolved this issue.

<ion-content overflow-scroll="true">
1 Like

Thank you agupta! It works!

Thank You so much ! it’s works

This is still hapening on the latest ionic and anroid 7. The solution from @agupta doesnt work anymore.