I am trying to create a multi-source music player with tracks coming from YouTube and Soundcloud, and I would like to override the content of MPNowPlayingInfoCenter to provide i
Although it's impossible to override the property itself on iOS, it should be noted that changing the "title" property of the element in JavaScript
I've achieved this behaviour with
var control = ...; //Create video DOM control control.title = "Desired title";