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
i created onHover method to play with the full player , but now after switching to light i can't play it anymore with same method , how can i access the method to load the full player onHover and not onClick ? so once i hover on lightplayer it loads full player and starts playing.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
sebmaz93
changed the title
How to make light player Load full player on Hover ?
[QUESTION] How to make light player Load full player on Hover ?
Feb 24, 2019
i've managed to do it somehow but i don't know if its good approach or not
accessed ref of the player then setting onHover this.playerRef.setState({showPreview: false});
sebmaz93
changed the title
[QUESTION] How to make light player Load full player on Hover ?
[QUESTION] How to make light player load fullplayer / play onHover ?
Feb 24, 2019
i created onHover method to play with the full player , but now after switching to light i can't play it anymore with same method , how can i access the method to load the full player onHover and not onClick ? so once i hover on lightplayer it loads full player and starts playing.
Thanks in advance.
The text was updated successfully, but these errors were encountered: