Open kalismeras61 opened 1 month ago
Hi @kalismeras61,
The videos were always meant to pause in background on Android & iOS. We have an option to configure it:
I can think further if you specify your platform.
I was testing IOS it was working fine before but yesterday i wanted to use main branch but seems it is not working.
this.pauseUponEnteringBackgroundMode = false this.resumeUponEnteringForegroundMode = true,
Above one is correct for working background and still keeps playing on foreground?
Yes. It should work.
The flag resumeUponEnteringForegroundMode
is not considered if pauseUponEnteringBackgroundMode
is false
.
Do share any update.
Do share any update.
Tested an seems not working!. Now reverted back to pub.dev version
Yesterday i used main branch and now i am seeing videos pauses when put app in background.
Is it related to latest changes ?