I have an app which plays music from a local server
and opens music player
in the web browser
but when the user goes back to the Home activity
and launches Another activity
which plays a video on the browser, The video opens in a different tab of the browser, while music tab does not get closed.
Can I close an already opened browser tab when another tab opens? If not. Please suggest some workarounds.