suspend

  1. K

    Possible error in playFirstVideo()

    Hello, Currently, main part of playFirstVideo() method is following: if (src) { video.src = src; video.play().then(function () { display.appendChild(video); resolve(); })["catch"](function () { //WCS-2375. fixed autoplay in ios safari...
Top