html5 video on Android 4: play fullscreen then redirect to another webpage - not working

前端 未结 4 905
感动是毒
感动是毒 2021-02-13 03:42

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

4条回答
  •  长发绾君心
    2021-02-13 04:06

    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).

提交回复
热议问题