TVMLKit JS Player - transportBarVisibilityDidChange not fired on tvOS12

Since updating to tvOS12 the transportBarVisibilityDidChange

event on the player is no longer fired. Has anyone else noticed this? Anyone knows if the event has been renamed or is it a bug?


Test by adding the following piece of code to your player


player.addEventListener("transportBarVisibilityDidChange", (e) => { console.log("transportBarVisibilityDidChange", e) })


https://developer.apple.com/documentation/tvmljs/player/1682120-transportbarvisibilitydidchange

Replies

I am also facing the same issue on tvOS 12. There are few more functions that have stopped working after the tvOS12 update. "changeToMediaAtIndex" is also not working. Does anyone have an explanation or solution for this?