MultiNavHost
MultiNavHost copied to clipboard
Fragments into inactive tabs don't receive onPause/onResume events.
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.
Yes facing the same issue. Visible Fragment's onResume() not getting called. Any way to achieve this?
Same issue for me but the google navigation advanced sample has its own issue