Hey @cookpete! So far, things have been going great while integrating with react-player but ran into a small roadblock. I was trying to implement -
- Play/Pause
onClick
- Show/hide controls
onMouseOver/onMouseOut
- Keyboard manipulations
onKeyDown
But it seems none of these events are exposed at the moment. My current workaround is to have a div around ReactPlayer and tying all the callbacks to that div but it isn't the nicest solution.
Thoughts? Do you think these can be exposed?
Thank you!
Hey @cookpete! So far, things have been going great while integrating with
react-playerbut ran into a small roadblock. I was trying to implement -onClickonMouseOver/onMouseOutonKeyDownBut it seems none of these events are exposed at the moment. My current workaround is to have a
divaroundReactPlayerand tying all the callbacks to thatdivbut it isn't the nicest solution.Thoughts? Do you think these can be exposed?
Thank you!