Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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');

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

I’ll pass this along as a feature request. The weird thing is that the “title” attribute is not in the official HTML5 spec for the <video> element, but it does look like it works. You can keep an eye on our JW 7 Release Notes page as we post release notes and bug fixes with every new update.

Thank you.

This question has received the maximum number of answers.