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

Pre-roll ad continuously loops on mobile #71

Open
thekendog opened this issue Dec 6, 2023 · 1 comment
Open

Pre-roll ad continuously loops on mobile #71

thekendog opened this issue Dec 6, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@thekendog
Copy link

I've got a pre-roll ad that works great on desktop, but on Chrome on iOS it plays in a loop and there's no way to stop it. Is there a certain setting that would cause this?

@kslimani kslimani self-assigned this Dec 7, 2023
@kslimani kslimani added the question Further information is requested label Dec 7, 2023
@kslimani
Copy link
Owner

kslimani commented Dec 7, 2023

I am not sure, this may be the source video which is not properly restored after ad playback.

Are you using the playInline option with video element recycle feature ?

Example :

var player = new Clappr.Player({
    // [...]
    playback: {
        playInline: true,
        recycleVideo: Clappr.Browser.isMobile,
    },
    // [...]
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants