Because iOS does not offer support for the fullscreen API the video’s are played inside a modal but this can NOT be closed. https://github.com/ableplayer/ableplayer/blob/803bc5394cbbfbbec8cb1abe291f9ef6b65227b9/scripts/browser.js#L154-L160 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. https://user-images.githubusercontent.com/7793088/146923217-136d08c7-1a64-4da9-be94-3098292b5ae1.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 ❓
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/scripts/browser.js
Lines 154 to 160 in 803bc53
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