Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
8128 Переглядів

I've checked a lot of post on the same argument, but I didn't find a solution.

My html code is the following (it is an Odoo 11 web page):

<video playsinline="true" autoplay="true" muted="true" loop="true" 
    class="bckgroundMyVideo" poster="/web/image/5016" preload="auto">
    <source src="/web/image/5644" type="video/mp4"/>
    <source src="/web/image/5658" type="video/webm"/>
</video>

it is working on chrome/firefox/edge, but not on Ipad or Iphone, I've tryed a lot of combination, but as of now I'm not able to let it work on safari.

Any suggestion?

thanks

Аватар
Відмінити

Have you find out any solution on this issue?

Найкраща відповідь

For Safari latest versions only MP4 is supported for autoplay. Change it accordingly

Аватар
Відмінити
Автор

The first source is mp4

remove other sources

Автор

It is not working just with mp4 source, on Ipad it doesn't work neither with Safari or Chrome...

It's only the solution for video tag issue on safari. Because it's not supported. Check there is any other issue

On Tue, 12 Mar 2019, 3:47 pm Filippo Scifo, <webmaster@matranga.it> wrote:

It is not working just with mp4 source, on Ipad it doesn't work neither with Safari or Chrome...

Sent by Odoo S.A. using Odoo.

Автор

if I try to connect directly to the video in the address bar, with Ipad I'm not able to disply the video (neither with safari or chrome). From windows I'm able to see the video with chrome/edge/firefox, so the issue seems linked to IOS not to safari...

Related Posts Відповіді Переглядів Дія
2
трав. 17
15559
1
трав. 25
3565
2
лип. 24
2452
1
черв. 24
4969
1
жовт. 23
10643