You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.
Video do not autoplay
i did this in player-view.js this.videoElement.setAttribute("autoplay", "true");
it did work but the sound play twice.
i looked in the Google inspector to find out that there's was two <video tags in the html with the same setting.
i did added a alert on the render function player-view.js and this function is fire twice when we load a video.
this.render = function ($container, data, index) {
alert("render")
the alert fire twice.
The text was updated successfully, but these errors were encountered:
Video do not autoplay
i did this in
player-view.js
this.videoElement.setAttribute("autoplay", "true");
it did work but the sound play twice.
i looked in the Google inspector to find out that there's was two <video tags in the html with the same setting.
i did added a alert on the render function
player-view.js
and this function is fire twice when we load a video.the alert fire twice.
The text was updated successfully, but these errors were encountered: