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

Video iOS run in background #46

Closed
HoangJK opened this issue Dec 3, 2016 · 5 comments
Closed

Video iOS run in background #46

HoangJK opened this issue Dec 3, 2016 · 5 comments

Comments

@HoangJK
Copy link

HoangJK commented Dec 3, 2016

Hello,

I have a question about your plugin. In iOS, I use video player in ListView, when I scroll ListView to other item, ListView auto remove video player, and when I scroll in it again ListView generate new video player. And the old video player still play in background. How to turn off video player run in background when scroll to other item in ListView?

Thanks.

@bnussey
Copy link
Contributor

bnussey commented Dec 3, 2016

Not sure of your exact implementation but I would suggest using the destroy method

@manijak
Copy link

manijak commented Dec 15, 2016

I've seen similar issue when navigating away from the page that contains the video. The video/audio continues to play in background.

@lukeramsden
Copy link

@manijak I just noticed this too, but after some testing it turns out it only happens on iOS.

@lukeramsden
Copy link

@bradmartin Is it because Android kills the view when you leave but iOS doesn't?

@lukeramsden
Copy link

@manijak @bradmartin Moved video playing on page leave to #50

@bnussey bnussey closed this as completed Dec 16, 2016
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

4 participants