videojs-player icon indicating copy to clipboard operation
videojs-player copied to clipboard

The play button in the lower left corner is buggy

Open king-Senior opened this issue 6 years ago • 6 comments

The play button in the lower left corner is on the mobile device. It needs to be pressed for more than 2 seconds to play and pause. Is there any solution? Thank you!

king-Senior avatar Jun 24 '18 14:06 king-Senior

thank you

zhangshuaigit123 avatar Jun 25 '18 02:06 zhangshuaigit123

Let me define a play button. How do I define it

king-Senior avatar Jun 25 '18 14:06 king-Senior

you could add this in .video-js .vjs-big-play-button { top: 50%; left: 50%; margin-left: -1.5em; margin-top: -1em }

yeLer avatar Oct 12 '18 01:10 yeLer

左下角的播放按钮位于移动设备上。需要按下2秒以上才能播放和暂停。 有什么解决方案吗?谢谢!

我也遇到这个问题,请问您解决了吗

JackYangFM avatar Nov 28 '18 04:11 JackYangFM

you could add this in .video-js .vjs-big-play-button { top: 50%; left: 50%; margin-left: -1.5em; margin-top: -1em }

His promblem is not this

heightzhang avatar Mar 23 '20 07:03 heightzhang

you could add this in .video-js .vjs-big-play-button { top: 50%; left: 50%; margin-left: -1.5em; margin-top: -1em }

我刚刚遇到了这个问题,用了你的方法解决了。 thank you!

buslightyear avatar May 29 '20 06:05 buslightyear