I m attempting to build a streaming audio application with Trigger.io s framework.
Seeing that its API currently does not feature any audio-related methods, I tested it with basic HTML5 audio
tags. Streaming MP3 and AAC worked in this case, but not when the application is backgrounded, even in iOS 5, which typically allows background audio in web apps.
Is there any to background audio in a Trigger.io application?