I am using the Background Agent to play audio.
I need to synchronize this audio and some Html / JavaScript code present within the app.
However, if the Html code which I need to run is displayed in a "WebBrowser" coltrol, then that code will be suspended too. Is there any other alternative to have the app run the Html code even when the app is in background, and then, when the app is active, to display the latest status of execution?