Fullscreen on iPad in chrome and firefox doesn't work

  • Hello,

    I would like to notice that fullscreen on iPad in chrome and firefox doesn't work. The rest platfroms like MacOs, windows in chrome, firefox, safari, edge works great! I use the latest karpano 1.20.9. Do you know why or do you have any workaroud for this case?

    Greetings and thanks for any advice!

  • Hi,

    the HTML5 fullscreen support is blacklisted on iPads by default, because when swiping/dragging down the whole screen starts to become drag-able and the fullscreen mode exists again. Additionally iOS sometimes ask bad questions about insecurity when using the fullscreen mode. It's just a bad experience and not really usable.

    If you want to enable it anyway add this line the xml anywhere:

    Code
    <set var="device.fullscreensupport" val="true" devices="ipad" />

    Btw - only iPad Safari supports the HTML5 fullscreen API, the iOS Chrome and Firefox browsers don't provide the HTML5 fullscreen API at all on iOS.

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!