I am playing a YouTube video inside a WebView. I am able to play it, but when the person leaves the screen, I am not able to stop the audio from playing.
I tried various
In activity's onDestroy() do:
onDestroy()
@Override protected void onDestroy() { super.onDestroy(); webView.destroy(); }