Audio between pages
Hi,
I have an app where I have a page dedicated to audio they can listen to. The problem is that I want them to be able to browse throughout the rest of the app and still be able to listen to that audio (It is a long track). I am just using the standard html 5 element provided.
When the user navigates away from the page, the audio stops. The funny thing though is that if the user exits the app while the audio is still playing (at least on an iPad), the audio will continue playing.
Is there a way to make the audio playable throughout the app instead of just on a single page?
Thanks!