Android webview html5 video autoplay not working on android 4.0.3
问题 I have developed an application where the user can set videos on a web page: - They can specify a Youtube URL OR - They can upload a video Depending on which option the user chooses i render a video page like this : If a video is from youtube: <iframe type="text/html" width="640" height="385" src="http://www.youtube.com/embed/YOUTUBEID?autoplay=1&loop=1&autohide=1&fs=0" frameborder="0"></iframe> If the video is being uploaded: <video id="video" style="cursor: pointer;" width="640" height="480