-
Notifications
You must be signed in to change notification settings - Fork 92
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
How to hide PIP icon? #177
Comments
In latest version 0.2.11 there is a new object |
@chaimPaneth @manamelacedric Fixed this one here #203 |
@manamelacedric Unfortunately, this isn't possible on the JW Player iOS SDK itself. According to the docs, the picture-in-picture (PIP) button is added to the top-right of the player when the feature is available on the device. |
While trying to hide the Chromecast icon on iOS, I found that pip icon can also be hidden with this:
PS: |
Hi @chaimPaneth, How do I hide the pip icon? I have tried setting the
pipEnabled={false}
on the player and also on the config but it doesn't work. Clicking the pip icon on android crashes the app and on IOS it does nothing. I just wanted to get rid of it. here is my configThe text was updated successfully, but these errors were encountered: