-
Notifications
You must be signed in to change notification settings - Fork 152
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
Default UI always hidden on iOS #90
Comments
It's because there's no way to actually hide iOS controls, I don't know if it's a bug or on purpose but it doesn't respect the Reference: videojs/video.js#3762 |
I'm not sure what's going on under the hood, but I believe the way that Plyr got around it was to remove the native iOS fullscreen option, or at least that is one of the options, so on iPhone there is only one set of controls, the custom ones. Clicking the video doesn't cause the video to go fullscreen with the native controls like it does with vime. |
I actually can't even load the Plyr video player on my iPhone 8 (black screen), on top of that when it accidentally goes fullscreen (not sure how) it's not a proper fullscreen (they use a fallback to stretch the player container) but this results in the browser nav/bottom bar showing so very awkward. I don't think there's any real good option for iOS video right now. |
So there is no way to hide/disable the native controllers in IOS? Also almost positive I managed to achieve this with older IOS but after upgrading to IOS 14+ native safari controls popping over |
i'm inspecting the player when using the default UI, through my iPhone where the default UI is always hidden.
I don't seem to be able to find an option to allow the default UI to show on mobile. The class 'hidden' is automatically added.
The text was updated successfully, but these errors were encountered: