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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -