I have an App that plays a video inside a WebView
on my MainActivity. The problem I am having is that the video is pausing whenever I lock the screen (Activity's onStop
is called, that is when the video in the WebView
is paused).
But this behavior only occurs on Apis >= Lollipop(5.0).
I searched everywhere for a solution, but I could not find anything. I just want the video to keep playing even when the user is on LockScreen.