Hi Team,
In IE11 we are facing an issue capturing the current time. the same property is working fine in Mozila and chrome.
But which is not supporting in IE11.
Code:
.on('timeupdate', function () {
element('player-time').innerHTML = popcorn.currentTime();
})
Please suggest any solution.