Hello,
is it possible to force autoplay of videos at mobile devices?
I would like to show the video always in a loop and embedded in the text/surround like the other pictures. Same behaviour as for desktop mode.
Please have a look: https://waterclimbing.com/
The video shows up at the end of the page.
I will be happy for help. Thanks in advance
Hey Kritzfred,
is it possible to force autoplay of videos at mobile devices?
This should be possible as long as the video is muted and that the user allowed media autoplay in his/her browser.
// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Chrome’s autoplay policies are simple:
Muted autoplay is always allowed.
Autoplay with sound is allowed if:
User has interacted with the domain (click, tap, etc.).
On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
The user has added the site to their home screen on mobile or installed the PWA on desktop.
Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.
Enabling autoplay on Safari: https://support.apple.com/en-ph/guide/safari/ibrw29c6ecf8/mac
Best regards,
Ismael
Thank you Ismael,
you may close this thread.
Best regards