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

Fragments into inactive tabs don't receive onPause/onResume events. #4

Open
marcouberti opened this issue Dec 5, 2019 · 2 comments

Comments

@marcouberti
Copy link

When switching tabs, the current fragments of previously selected tabs don't receive the onPause()/onResume() events. This can be problematic in scenarios when you have to release resources, like stopping a video player. I checked this Google's sample and the events are triggered as expected.

Google Navigation Advanced Sample

@amit7127
Copy link

Yes facing the same issue. Visible Fragment's onResume() not getting called. Any way to achieve this?

@Faiyyazauxy
Copy link

Same issue for me but the google navigation advanced sample has its own issue

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