dobromir-hristov / vue-vimeo-player

Vue.js wrapper for Vimeo player
MIT License
111 stars 56 forks source link

Controls bar is frozen and don't show current video status after controls prop change until user will interact with play button or timeline #66

Open kovaletsyurii opened 3 years ago

kovaletsyurii commented 3 years ago

I've need to be able to enable and disable the controls bar on video player dynamically and automatically play the video after that, but after dynamic ":controls" property change it stuck and do not showing timeline according to video playing time when I play video programatically using this.$refs['player-ref'].play() method. Also I reproduced this with issue with test-app from current repository (I will attach screenshot with my changes)

Screenshot 2021-04-28 at 14 52 53

how it looks in browser - video is playing, play button is changed to pause button but timeline still frozen

Screenshot 2021-04-28 at 14 54 41