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

JW Player: stop JW Player at last frame in iOS


Is there a way to stop JW Player at the last frame of the video so it won't turn into black.

I like to do this without specifying an image, so just with the video data.

1 Community Answers

Daniel Berger

JW Player Support Agent  
0 rated :

Are you using our iOS SDK or our web player for playback on an iOS device?
You can achieve your desired behavior by implementing an image (or whatever custom behavior you want) in the beforeComplete API. Here are links for more information:

iOS SDK-
https://developer.jwplayer.com/sdk/ios/reference/Protocols/JWPlayerDelegate.html#//api/name/onBeforeComplete

JW 7- jwplayer().on(‘beforeComplete’)
https://developer.jwplayer.com/jw-player/docs/developer-guide/api/javascript_api_reference/

This question has received the maximum number of answers.