Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Video not playing on "safari" #81

Open
softmarshmallow opened this issue May 24, 2021 · 9 comments
Open

Video not playing on "safari" #81

softmarshmallow opened this issue May 24, 2021 · 9 comments

Comments

@softmarshmallow
Copy link
Member

image

Video autoplay must be disabling safari to not play the video.

@softmarshmallow
Copy link
Member Author

@softmarshmallow
Copy link
Member Author

The initial above issue is resolved, but still the video won't (will play but won't show anything) play starting from second item of feature slide
image

@You-J
Copy link
Collaborator

You-J commented Oct 20, 2021

Safari does not support the extension webm we are using.
Therefore, video files with different extensions are required.

Please check the support information below!
caniuse webm info

@softmarshmallow
Copy link
Member Author

That desktop safari issue is somehow resolved (on Version 15.1 (17612.2.6.1.1))
image

What you gotta see is safari on iphone / ipad

@You-J
Copy link
Collaborator

You-J commented Oct 20, 2021

The same is true for iphone. Version 15 is also only partially supported, not 100% supported.
(I confirmed that it works well when the extension name is mp4.)

@softmarshmallow
Copy link
Member Author

The same is true for iphone. Version 15 is also only partially supported, not 100% supported.

(I confirmed that it works well when the extension name is mp4.)

Not true.
image

@You-J
Copy link
Collaborator

You-J commented Oct 21, 2021

Of course it doesn't work on the current site! Because we are using only webm which is not properly supported by ios right now. We have to support multiple video files with multiple extensions like this one

All code required for preparation has been fixed. Just add an mp4 or ogg (anything!) file.

@You-J
Copy link
Collaborator

You-J commented Nov 1, 2021

I changed the format to mp4, but an additional issue occurred that only works when the second video is not visible as shown below.

(in mobile safari, ios version 15.0.2)

  1. when I see you at first
    IMG_7486

  2. When I look back after scrolling
    IMG_7487

@You-J
Copy link
Collaborator

You-J commented Nov 2, 2021

Even though I added the playInline property and changed the video format, one video that was not resolved was changed to a pure html5 video tag. This is explained in the documentation.

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

No branches or pull requests

2 participants