Question

I have tested the HTML5 video player, it can make HTML5 video fullscreen on Android Chrome browser but not Dolphin browser.

Is someone know what is the way to make HTML5 video fullscreen on Dolphin browser?

Thanks

Was it helpful?

Solution

Tested that jplayer can make HTML5 video in fullscreen, ever in Android 4.x default browser and Dolphin browser, the config should refer to below code:

$("#jquery_jplayer_1").jPlayer({
        ready: function () {
            $(this).jPlayer("setMedia", {
                m4v: "demo.m4v"
            });
        },
        swfPath: "js",
        supplied: "webmv, ogv, m4v",
        fullScreen: true
    });
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top