5 months ago
Android 4.18.1
This latest JWP Android SDK release improves .playlistUrl
support, caption scaling, player setup with .useTextureView(true)
, DAI event handling, and IMA ad playback.
Bug Fixes
- A
.playlistUrl
can be used with the Background Audio Service in aPlayerConfig
. - Captions scale correctly in full-screen portrait mode.
- The player no longer crashes on setup when configured with
TextureView .useTextureView(true)
. - When using DAI, the
onAdPause
andonAdPlay
events fire only once. - If an app implementing a player configured with
.useTextureView(true)
defined is backgrounded during IMA ad playback, video and audio ad playback continue after returning to the app.