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

iphone playback #26

Open
maltegrosse opened this issue May 19, 2021 · 5 comments
Open

iphone playback #26

maltegrosse opened this issue May 19, 2021 · 5 comments

Comments

@maltegrosse
Copy link

Hello,
great work with the video background player.
I have some issues with autoplayback on mobile devices, especially on apple products. (using vue 2.x - but also with your demo page)
I found this hint here - https://stackoverflow.com/questions/47776105/html-5-video-playback-not-working-on-iphone-chrome-and-safari
any ideas or quick fixes?

@pmochine
Copy link
Contributor

@maltegrosse oh that's weird! It shouldn't be like that. Thanks for the issue, I have a look when I find the time

@pmochine
Copy link
Contributor

pmochine commented May 20, 2021

@maltegrosse Ok it's super weird. Like yesterday I had the issue that I saw the "play" button and the video didn't autoplay automatically. Now it just works...

Can you reproduce their error somehow and upload it on github? So I can have a look

p.S. I made an NPM update. Maybe this helps you out

@maltegrosse
Copy link
Author

maltegrosse commented May 20, 2021

Hey Philipp,
In my built container i am using node:lts-alpine, -> npm: '6.14.12',
visiting your demo page on latest ios on an iphone xs shows me following:
responsive_video_ios

@maltegrosse
Copy link
Author

maltegrosse commented May 20, 2021

update: super weird:
iphone xs, ios 14.4.2
-> not working on my iphone xs (japanese version)
-> working on my friends phone xs (european version).

after upgrading to 14.5.1, the issue still occurs on my phone

@kaoru-sawaguchi
Copy link

kaoru-sawaguchi commented Dec 29, 2022

update: super weird: iphone xs, ios 14.4.2 -> not working on my iphone xs (japanese version) -> working on my friends phone xs (european version).

after upgrading to 14.5.1, the issue still occurs on my phone

I think it's because the video size is too big.
ran into the same issue and fixed it by adjusting the file size.
You can see it in action using the video file in this repository.

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

No branches or pull requests

3 participants