
iOS Lock Screen - Title
Hi,
If you lock an iOS device in the middle of playing, lock screen shows the link of the video instead of showing the title.
It should show the video title given in the title: attribute. (or is there an other setting that I am missing?)
-I've found a work around, setting the title in onready call with jquery, though I believe player should populate video>src attribute with given title in the configs.
$('.jw-video ').attr('title','Mytitle');