bdougherty / BigScreen

A simple library for using the JavaScript Full Screen API.
https://brad.is/coding/BigScreen/
MIT License
710 stars 77 forks source link

Cannot fullscreen video in external iframe on iOS #19

Closed firewaller closed 8 years ago

firewaller commented 8 years ago

My Vimeo embeds work with BigScreen on my desktop, but not on iOS.

It looks like it fails during BigScreen.videoEnabled($('iframe)[0]). Is there a way to bypass this?

FYI: Vimeo support states that their API does not integrate with native JS fullscreen.

bdougherty commented 8 years ago

BigScreen needs to be able to have access to the <video> on iOS, which is not possible to do with an <iframe> from a different origin.