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

Feature request: option to stay in full screen after playback finishes


Hi everyone, I use jwplayer at an online store to show demos of products.

Due to the type of products at the store, sometimes customer wants to replay a demo of a product several times in full screen. Unfortunately, jwplayer exits full screen automatically every time after playback finishes.

So, it would be very helpful if jwplayer had an option to stay in full screen after playback finishes. This option should work on both desktops and mobile devices. Thanks.

2 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

You could always use our API and onTime(), and seek()

A second below the video end, pause() the video, and then once play is pressed, you can seek() back to the start.

http://support.jwplayer.com/customer/portal/articles/1413089-javascript-api-reference

info

User  
0 rated :

Ethan, thanks for the reply, and suggested solution!

However, this approach would require to collect and store length of every video in database. And update DB if video updates. Plus, the replay icon would not be shown when video ends. Native setup option in jwplayer would make things much easier.

This question has received the maximum number of answers.