I am building an HTML5 app that plays audio. However, when playing audio on iOS8 iPad/iPhone in lock screen mode, the URL of the audio is showing (see pic below). It would be great if it was possible to change that text to something more describing, such as the Artist/Title of the track. The logical solution would be to read from a title
attribute or some apple-specific meta tag, but nothing I have tried seems to work.
Does anyone know if the text can be altered with html/javascript?
.currentDuration
), in contrast to e.g. a live stream. – Bergmans