Closed saebekassebil closed 8 years ago
This is due to the same issue that was resolved for the iOS9 devices. The playbackRate is set on every timeupdate and that results in a lag.
playbackRate
timeupdate
An easy fix would be to just include Edge's userAgent in the if clause.
Fixed by c82e7ca47e905887098a56b61c94900fa62583e6
This is due to the same issue that was resolved for the iOS9 devices. The
playbackRate
is set on everytimeupdate
and that results in a lag.An easy fix would be to just include Edge's userAgent in the if clause.