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
Hi,
After third Image the Playlist stops to work.
The problem is that after switch to second image the function changeMediaCallback is deleted
if (!(mw.isIOS7() && mw.isIphone())) {
_this.changeMediaCallback = null;
}
After removing ! the playlist work, but why is the auto continue disabled/enabled in iOS?
Player Version 2.27.1, but this happens in 2.28 too.
The text was updated successfully, but these errors were encountered:
This happens on each desktop browser, on mobile I didn't tested.
Second problem is that the loading spinner and progress bar are shown each second. I have found that there is triggered each time a update layout function, but no idea why this not happens by audio or videos.
Hi,
After third Image the Playlist stops to work.
The problem is that after switch to second image the function changeMediaCallback is deleted
if (!(mw.isIOS7() && mw.isIphone())) {
_this.changeMediaCallback = null;
}
After removing ! the playlist work, but why is the auto continue disabled/enabled in iOS?
Player Version 2.27.1, but this happens in 2.28 too.
The text was updated successfully, but these errors were encountered: