Отобразить видео как заставку Ionic 3 - PullRequest
1 голос
/ 23 апреля 2019

Я пытаюсь отобразить видео в качестве заставки, используя Tutorial . Я могу делать CSS и добавлять изображения, но не могу использовать видео в качестве заставки.

МОЙ код в index.html

  <!-- Ionic's root component and where the app will load -->
  <ion-app>
    <!-- custom splash screen (non-angular component) -->
    <div id="splash-screen" class="splash">
      <video autoplay muted loop webkit-playsinline playsinline src="assets/splash/Splash_Reduced.mp4"></video>
    </div>
  </ion-app>

Заставка присутствует, но видео не работает или недоступно.

...