8000 iOS Fullscreen not working · Issue #493 · ableplayer/ableplayer · GitHub
[go: up one dir, main page]

Skip to content 8000

iOS Fullscreen not working #493

@amuscalu

Description

@amuscalu

Because iOS does not offer support for the fullscreen API the video’s are played inside a modal but this can NOT be closed.

AblePlayer.prototype.nativeFullscreenSupported = function () {
return document.fullscreenEnabled ||
document.webkitFullscreenEnabled ||
document.mozFullScreenEnabled ||
document.msFullscreenEnabled;
};

https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreenEnabled

On iOS the fullscreen modal can not be close, there is no close button and clicking outside does not close the modal.

screencast.2021-12-20.18-03-01.mp4
  1. What is the expected full-screen experience on mobile iOS devices ❓
  2. Is there a workaround or alternative behaviour that will fix this ❓

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0