Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get fullscreen working correctly in Firefox #22

Closed
OscarGodson opened this issue Feb 21, 2012 · 3 comments
Closed

Get fullscreen working correctly in Firefox #22

OscarGodson opened this issue Feb 21, 2012 · 3 comments

Comments

@OscarGodson
Copy link
Owner

It's totally fucked right now

@OscarGodson
Copy link
Owner Author

It appears to be an issue with the API wrapper we're using: http://johndyer.name/native-fullscreen-javascript-api-plus-jquery-plugin/

The fsElement.addEventListener(fullScreenApi.fullScreenEventName,function(){ is never getting called, therefore, fullscreen never really gets setup

@OscarGodson
Copy link
Owner Author

Fullscreen is unsupported if you are using alphanumeric keys, well, it'll work you just get a massive PRESS ESC TO EXIT FULLSCREEN MODE constantly. I'm closing this and adding this to the list of unsupported browsers until Firefox gets its shit together.

@OscarGodson
Copy link
Owner Author

The creator of the wrapper pointed out FF needs to have the event attached to the document, not the element: https://gist.github.com/9ace07aa0c7e532f9311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant