Play sound through JavaScript on an iPhone without interrupting the music being played

Viewed 64

When running audioElement.play() in a browser (safari) on an iPhone. It stops the music being played.

Is it possible to keep the music playing and have the audio ran along side the music?

1 Answers
Related