Open pvegh opened 10 months ago
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.
Is this still a issue? Can we get more info if help is still needed.
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.