1

I am develop SPA application. In application i use

 <pre>
        <video id="video-container" width="720" height="480" data-bind="event : { ended: $root.closeVid }" controls preload="auto">       
            <source src="assets/video/video.mp4" type="video/mp4">
            <source src="assets/video/video.webm" type='video/webm; codecs="vp8, vorbis"' />
            <source src="assets/video/video.ogv" type="video/ogg" />      
            Your browser does not support the video tag.
    </video>
</pre>

and audio

<pre>      

     var audio = new Audio(dataModel.content.guidance.voiceover);
       audio.play();

</pre>

Video and audio do not want to work on android 4.4.2. But works good on 5.1 ad 4.2.x.

Thanks for any help

Iryna
  • 162
  • 1
  • 1
  • 10

0 Answers0