Open kingofwhales opened 5 years ago
I was wondering why the demo isn't working on my IOS 12.1.4. It appears that now the event name for entering fullscreen is "webkitEnterFullscreen".
webkitrequestfullscreen: https://developer.apple.com/documentation/webkit/domelement/1476160-webkitrequestfullscreen
webkitEnterFullscreen: https://developer.apple.com/documentation/webkitjs/htmlvideoelement/1633500-webkitenterfullscreen
I see the same behavior: screenfull.enabled is false on mobile Safari iOS 12.3.1. The demo fails to work. Using webkitEnterFullscreen in my testing works.
screenfull.enabled
webkitEnterFullscreen
any update on how to make fullscreen works on IPADs?
I was wondering why the demo isn't working on my IOS 12.1.4. It appears that now the event name for entering fullscreen is "webkitEnterFullscreen".
webkitrequestfullscreen: https://developer.apple.com/documentation/webkit/domelement/1476160-webkitrequestfullscreen
webkitEnterFullscreen: https://developer.apple.com/documentation/webkitjs/htmlvideoelement/1633500-webkitenterfullscreen