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

Open PDP should automatically minimize #6

Open
pvegh opened this issue Jan 23, 2024 · 2 comments
Open

Open PDP should automatically minimize #6

pvegh opened this issue Jan 23, 2024 · 2 comments
Assignees

Comments

@pvegh
Copy link

pvegh commented Jan 23, 2024

Opening a deeplink from the fullscreen player currently has no effect because the "MainActivity" is paused.
The player should automatically minimize the player before opening a PDP, so that the navigation can happen.
It can be done manually but since we don't have access to internals, we have to wait/delay the navigation call to make sure the player is in the correct state and the Activity is already resumed.

@JennyBambuser
Copy link
Contributor

Thank you for your feedback. Not all of our SDK users wish to navigate after opening a PDP so we can not make this the default behavior. As you suggested, manually minimizing the player using LVSPlayer.performAction(LVSPlayerInputAction.Minimize(playerId)) would be recommended.
What issues are you facing when attempting to manually handle this? We have noted a problem when entering PiP using API 33+, if this is the problem you are experiencing we are aware of the issue and will investigate it further.

@JennyBambuser JennyBambuser self-assigned this Feb 3, 2024
@SimovicIvan
Copy link
Collaborator

Is this still a issue? Can we get more info if help is still needed.

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

No branches or pull requests

3 participants