iOS: 4.19.2
With iOS SDK 4.19.2 the JWPlayerViewControllerDelegate
has been replaced by several new delegates, the fullscreen exit button can be hidden, and several bugs relating to chapter markers, seeking functionality, and Google ads have been addressed.
New Features
- The
JWPlayerViewControllerDelegate
has been deprecated in favor of the following new separated delegates: JWPlayerViewControllerFullScreenDelegate, JWPlayerViewControllerUIDelegate, and JWPlayerViewControllerRelatedDelegate. - The SDK silently fails when only portrait is enabled and rotation is not supported.
- The exit fullscreen button (the "X" button) can be hidden.
Bug Fixes
- When an empty chapter marker(.vtt) file is provided, the app throws an error without crashing.
- The indicator moves to the specified location when seeking through a video.
- Seeking and fetching the thumbnail cues no longer causes a crash.
- Google ads now include all expected query parameters in the ad request.