You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using nativescript-exoplayer in a prod app with custom controls, I just updated to v6+ and I can confirm events are not firing immediately anymore.
With autoplay=true, everything is working, playbackReady is fired. Otherwise without this autoplay=true, it's a black screen, and no events are fired.
Before I already used an hack, on Android video was black, so after playbackReady event, I just seekToTime(50) to just goes forward some frame and have a preview. Otherwise now this hack is not possible anymore.
My new hack is: always enable autoplay=true on android, and immediately after playbackReady event, to pause the video.
The
playbackReady
event is not working in v6.0.1 with Vue. I believe the event was working in version 5.0.7The text was updated successfully, but these errors were encountered: