The control bar style has some problems

  • Hi,

    that's because the outdated Android version and the outdated Webkit-based browser there...

    Try using this 'viewport' <meta> tag in the html (with the 'target-densitydpi=device-dpi') to support that Android version:

    Code
    <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui" />

    Best regards,
    Klaus

  • Hi,

    that's because the outdated Android version and the outdated Webkit-based browser there...

    Try using this 'viewport' <meta> tag in the html (with the 'target-densitydpi=device-dpi') to support that Android version:

    Code
    <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui" />

    Best regards,
    Klaus


    It worked, thanks, Klaus!
    By the way, why don't you add target-densitydpi as default, because it is deprecated ?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!