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

iOs player issue #220

Open
eliawk opened this issue Nov 2, 2017 · 3 comments
Open

iOs player issue #220

eliawk opened this issue Nov 2, 2017 · 3 comments
Assignees
Labels

Comments

@eliawk
Copy link
Collaborator

eliawk commented Nov 2, 2017

On ios after the fullscreen forced by the OS, when you go back to the application the navigation stay hidden.

@eliawk eliawk added the bug label Nov 2, 2017
@eliawk eliawk self-assigned this Nov 7, 2017
@eliawk
Copy link
Collaborator Author

eliawk commented Nov 8, 2017

var player = document.getElementsByTagName("video")[0];
player.addEventListener('webkitbeginfullscreen', onVideoBeginsFullScreen, false);
player.addEventListener('webkitendfullscreen', onVideoEndsFullScreen, false);

@eliawk
Copy link
Collaborator Author

eliawk commented Nov 9, 2017

i think we could be fixed in #236

@jellegerbrandy
Copy link
Contributor

jellegerbrandy commented Nov 17, 2017

given that #236 has progressed, is there a new status on this @eliawk ?

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

No branches or pull requests

2 participants