Skip to content

Conversation

@arienemaiara
Copy link

No description provided.

andrejborstnik and others added 14 commits July 13, 2020 15:19
Co-authored-by: Mark Vayngrib <[email protected]>
* feat: support video splashscreen on iOS

* feat: support video splashscreen on Android

* fix: responsiveness

* docs: update readme with new api

* refactor: minor cleanup

* refactor: include video_view in this module

Co-authored-by: Alexander Pataridze <[email protected]>
* feat: allow pausing video

* feat: add option to remove pause callback & resume video

* feat: add option to pause video

* feat: add option to remove pause callback & resume video

* fix: android hideVideo

* refactor: minor cleanup

Co-authored-by: Alexander Pataridze <[email protected]>
Copy link

@andrejborstnik andrejborstnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arienemaiara let's open a PR with your changes to master & merge that. Also cherry-pick to 3.X branch.

Let's also make looping an optional feature in the api

Comment on lines +77 to +79
+ (void) restartVideoFromBeginning:(AVPlayerItem*)playerItem {
[lastPlayer seekToTime:kCMTimeZero];
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check if lastPlayer !== nil first

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

Successfully merging this pull request may close these issues.

4 participants