I am developing Html5 app with js and css . When i play inline html5 video tag the app behaving very differently .
the screen is not rendering when i navigate to other page (the video thumbnail is visible as sticky to screen ) eventhough i positioned the video element at bottom of page but is visible in tiop of page
-
2 Replies
Presumably you are using the MotoWebkit rendering engine to render your HTLM5 app. You may want to verify the video tags you're employing against the Moto Webkit rendering engine's compatibility. HTLM5 has many elements and browsers and rendering engines all have different levels of compatibility. I use HTML5test.com to verify the rendering engine or browsers that I'm targeting to determine which elements/tags are supported.
Hi
I used video tag as below to play video and it has compatibility checked from site HTML5test.com but same is not working .
Can you please test on rho element browser with this video tag (use two video in same ) and see the results what i am discussing
Your browser does not support the video tag.