Replies: 1 comment
-
no, it is not possible to share instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Thanks for this awesome library. We're trying to implement a custom fullscreen video, because we need custom controls. The problem here is, anytime we render the fullscreen views, the player gets rerendered, causing the
onLoad
event to trigger, thus the video component reloads the media file. Is there any way to have some kind of "shared" video instance, so that it doesn't reload the given media?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions