Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocontinue in image playlist doesn't work #1691

Open
kachaj7 opened this issue Apr 2, 2015 · 2 comments
Open

Autocontinue in image playlist doesn't work #1691

kachaj7 opened this issue Apr 2, 2015 · 2 comments

Comments

@kachaj7
Copy link

kachaj7 commented Apr 2, 2015

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.

@zoharbabin
Copy link
Contributor

@kachaj7 - can you provide a sample URL showing the issue, also is it browser or iOS you're testing on?
@mdale and @itaykinnrot - any thoughts?

@kachaj7
Copy link
Author

kachaj7 commented Apr 22, 2015

http://testpages.dbc-gmbh.com/kaltura.html

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants