-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix(useFullscreen): handle Safari iOS #2822
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
Conversation
|
@TianbinTobin You're right - That's what happens when you open PRs late at night 😅. |
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
Hi there! Thanks for the work on this! Unfortunately, this doesn't completely fix it. If |
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
* After the merge of vueuse/vueuse#2822, this is implemented upstream
Description
Apple uses a different webkit function to enter fullscreen. See HTMLVideoElement and webkitEnterFullScreen documentation.
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).