amazon-ivs-react-native-player icon indicating copy to clipboard operation
amazon-ivs-react-native-player copied to clipboard

feat: pip mode refactor on Android to put only player into PIP mode vs all activity

Open vnovick opened this issue 2 years ago • 2 comments

Description of changes:

  • Refactored setting up pip mode for only the player vs the whole activity on android
  • added buttons in pip mode
  • added broadcast receiver to listen to play, pause actions in pip mode
  • added onPipModeChanged on Android and updated Readme for the usage
  • upgraded RN to 0.72.7
  • solved build issues for iOS
  • initial work on iOS pip mode subscribing support

vnovick avatar Aug 23 '23 10:08 vnovick

Awesome !

I was going to look into this android Picture in picture issue.

Is it possible to make the added buttons optional ?

My use case will have no need to them

Bowlerr avatar Aug 23 '23 13:08 Bowlerr

Good point. I can add them as optional.

vnovick avatar Aug 23 '23 13:08 vnovick