Picture of Dinesh Natarajan
IE11 currenttime event issue
by Dinesh Natarajan - Thursday, 19 May 2016, 10:57 AM
 

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.

Picture of Matt Leathes
Re: IE11 currenttime event issue
by Matt Leathes - Thursday, 19 May 2016, 11:39 AM
 

Hi Dinesh

Given the code popcorn.currentTime() I'm guessing you're either using some sort of community plugin that involves Mozilla Popcorn - in which case you're better off contacting the owner of that plugin; or you're trying to build a plugin that uses Popcorn - in which case this sounds like it would be a more appropriate question for the Popcorn community rather than the Adapt community.