سؤال

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

هل كانت مفيدة؟

المحلول

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
    });
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top