离子iOS无法播放多个内联视频

时间:2018-05-20 19:49:39

标签: html ios angular ionic-framework video

我在iOS上运行的离子应用程序中有3个视频内联播放。 每次加载一个视频时,它都会停止前一个视频。

Android工作正常。

我有一个GIF来展示在这里讨价还价的事情: https://im.ezgif.com/tmp/ezgif-1-e2370bdd14.gif

我的代码:

<div class="camera" *ngFor="let cam of cameras">
<span>{{cam.titulo}}</span>
<video playsinline webkit-playsinline muted="true" autoplay controls poster="{{cam.placeholder}}" width="100%">
  <source src="{{cam.url}}" type="application/x-mpegURL">
</video></div>

感谢。

0 个答案:

没有答案