Hi,
am trying to load video in HTML 5 video tag in my app. In IOS it just work fine but in Android Video controls are displaying but its not working. In normal screen everything is working perfect.
I am having the same kind of issue. I have an app that was created with ionic v1 a year ago and that’s been running well on both iOS and Android. But recently, after an update from Android videos stopped working on some devices like Samsung S6 and LG (simple html video tag in an ion-content). I can also reproduce the behavior on emulators with latest SDK updates.
I even started a new blank project and added a video in the index.html file and have the same issue. No problem with iOS though.
Yesterday I found out that enabling the multi-process WebView in Settings / Dev Tools on a device makes the video work again but it’s not an option for our clients. So it has something to do with WebView but I don’t know what and definitely don’t know how to make it work again.
Hi guys I have also issue html 5 video is not display in ionic 3 while same code is working in ionic 2.
cna you please where why is not working. thanks in advaced
video preload=“auto” autoplay loop class=“video bg-vidAeroplane” playsinline>
source src=“assets/vid/convertedVideo.mp4” type=‘video/mp4’>