What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

HTML video tag failure on some Apple devices

oldcelt

New member
Joined
Aug 17, 2020
Messages
2
Reaction score
0
HTML Coins
0
A small, 20 second video on my website is running into problems which are inconsistent across Apple devices.

This is what I've found:-
iPhone with iOS 13.6 - Runs as expected
iPad with iOS 9.3.6 - Runs as expected (iPad too old to be updated further)
iPad Mini with iOS 13.6 - Will not run with any browser; Safari; Opera; Chrome;
Mac with O/S 10.15.6 - Safari NO; Chrome YES Firefox YES
This is my code:-
HTML:
<div class="embed-responsive embed-responsive-4by3">
                <video class="video-background" controls="true" controlsList="nodownload" playsinline>
                        <source src="videos/logoVid265.mp4" type="video/mp4">
                        <source src="videos/logoVid.webm" type='video/webm;codecs="vp8, vorbis"'>
                        Your browser does not support the video tag.
                </video>
</div>
I've searched every technical forum I can find and not been able to find a solution. The video works perfectly on any other O/S (Windows; Android; Amazon Fire; etc).

Most threads relating to similar problems are years out of date. I'd be extremely grateful if anyone can shine a light here. TIA.
 
A small, 20 second video on my website is running into problems which are inconsistent across Apple devices.

This is what I've found:-
iPhone with iOS 13.6 - Runs as expected
iPad with iOS 9.3.6 - Runs as expected (iPad too old to be updated further)
iPad Mini with iOS 13.6 - Will not run with any browser; Safari; Opera; Chrome;
Mac with O/S 10.15.6 - Safari NO; Chrome YES Firefox YES
This is my code:-
HTML:
<div class="embed-responsive embed-responsive-4by3">
                <video class="video-background" controls="true" controlsList="nodownload" playsinline>
                        <source src="videos/logoVid265.mp4" type="video/mp4">
                        <source src="videos/logoVid.webm" type='video/webm;codecs="vp8, vorbis"'>
                        Your browser does not support the video tag.
                </video>
</div>
I've searched every technical forum I can find and not been able to find a solution. The video works perfectly on any other O/S (Windows; Android; Amazon Fire; etc).

Most threads relating to similar problems are years out of date. I'd be extremely grateful if anyone can shine a light here. TIA.
You can create a faboulous website in wordpress in just minutes. Checkout this blog, it will greatly help you:
 
I've been creating websites since before Wordpress was invented. I use Bootstrap framework these days which allows me to design and create without Wordpress limitations and complications. The problem here is with Apple and its inconsistency.

If you can show me a Wordpress snippet with a similar video of your own choice which shows no problem on any combination of Apple device/browsers I'll take my comments back and apologise.

PS: this is not an ecommerce website!
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back