Skip to content

Video not loading on iOS #838

Answered by adamo
adamo asked this question in Help
Nov 24, 2023 · 7 comments · 8 replies
Discussion options

You must be logged in to vote

That didn't work for me so I've finally ended up doing what the scripts plugin does but for video and hooked into page:view this script

       const videos = document.querySelectorAll("video");
        videos.forEach((video) => {
            video.load();
        });

Replies: 7 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@adamo
Comment options

@hirasso
Comment options

Comment options

You must be logged in to vote
1 reply
@adamo
Comment options

Comment options

You must be logged in to vote
1 reply
@adamo
Comment options

Comment options

You must be logged in to vote
2 replies
@adamo
Comment options

@adamo
Comment options

Answer selected by daun
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@daun
Comment options

@mathieupreaud
Comment options

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