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
I know this is an old post, but someone may be looking for this. Personally I just hide the video-element (with a simple jquery $videoElement.hide()) after the video finished, which brings me back to the browser automatically.
We have tested this on several mobile devices (iOS and Android).
I still have another problem though, which is that now my browser seems to be fullscreen (which causes other problems in my case).