Answer the question
In order to leave comments, you need to log in
Why doesn't the video (html5 ) play in android?
I can not understand why the video does not play on a smartphone with Android. The video should start when called before it. Everything is fine on the iphone, nothing on the android, there is an area for the video, but the video itself is not displayed. You can see for yourself: here at the very bottom.
I call the video like this:
<video loop>
<source src="<?php echo get_template_directory_uri(); ?>/videos/video-batik.ogv" type='video/ogg; codecs="theora, vorbis"'/>
<source src="<?php echo get_template_directory_uri(); ?>/videos/video-batik.webm" type='video/webm' >
<source src="<?php echo get_template_directory_uri(); ?>/videos/video-batik.mp4" type='video/mp4'>
</video>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question