I\'m designing an html5 page for Android 4 smartphones with a single 3gpp (or mp4) video that has to autoplay fullscreen when opened; when video ends should redirect to another
It seems in later versions of android, programmatic video.play() requires explicit authorization from the WebView. eg
video.play()
WebView
settings.setMediaPlaybackRequiresUserGesture(false);