David Steinacher
David Steinacher
Maybe switching to this approach would help: https://stackoverflow.com/a/71010187/2307466 🤔
It should be on `window.playerui.UIManager`. We also use it like this in our `index.html`: https://github.com/bitmovin/bitmovin-player-ui/blob/8762349c6d3811fec8afc4e5094c80f322d0fb0e/src/html/index.html#L257 This is defined in the `gulpfile.js` in case you want to modify it: https://github.com/bitmovin/bitmovin-player-ui/blob/8762349c6d3811fec8afc4e5094c80f322d0fb0e/gulpfile.js#L39-L43
Ah that's a pitty 😕
I built [DelayedTransitionView](https://github.com/stonko1994/DelayedTransitionView) for something very similar with SwiftUI support. 🙊