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
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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