video.js - Hide Mobile Video Play Button -
Is there a way to hide the default play button in iOS / Android mobile devices for HTML videos?
I am using video.js with the following HTML
& lt; Video id = "battery_video" class = "video-js vjs-default-skin vjs-big-play-centered" controls preload = "auto" width = "720" height = "480" poster = "/ video library / data / Thumbnail / Battery.JPG "Data-Setup = '{" example_op "" true}'>
Things appear as I want on a desktop browser but iOS / Android are leaving a play button.
At this time it does not seem that there is a way to hide the play button. / P>
Comments
Post a Comment