html5 - How to play local video in ionic 3.7 on windows 8 mobile? -


the project migrated electron better windows 8 mobile compatibility (everything breaks otherwise).
i've seen workarounds , cordova video players, android , ios only.
there cross-platform way of playing local video other html5 way?

  <div class="video-container">     <video width="900px" height="440px" controls autoplay>       <source src="../../assets/videos/my-video.mp4"/>     </video>   </div> 


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -