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

[BUG]unable to view PIP icon on the player #1299

Open
Gayathri-kt opened this issue Apr 24, 2024 · 2 comments
Open

[BUG]unable to view PIP icon on the player #1299

Gayathri-kt opened this issue Apr 24, 2024 · 2 comments
Assignees
Labels
new issue New issue which has not been checked yet

Comments

@Gayathri-kt
Copy link

Gayathri-kt commented Apr 24, 2024

unable to see the PIP icon on the player, even though i have enabled pip option and PipMenuIcon

@Gayathri-kt Gayathri-kt added the new issue New issue which has not been checked yet label Apr 24, 2024
@pedraohenrique
Copy link

pedraohenrique commented Jun 16, 2024

+1

Tried to run the example app and got the message:
flutter: Picture in picture is not supported in this device. If you're using Android, please check if you're using activity v2 embedding.

Trying to understand what's happening, I've tried to check whether the PiP is enabled and got the same either in IOS or Android.

Printed:

    debugPrint(
        'isPictureInPictureSupported: ${await _betterPlayerController.isPictureInPictureSupported()}');

Got:

flutter: isPictureInPictureSupported: false

Are there any configurations needed to make it work?

@kunal2602
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

4 participants