itsnubix / react-native-video-controls

A React Native video component with controls
MIT License
638 stars 527 forks source link

No callbacks are firing (onPause, onPlay, etc) on Android #220

Open spencergray96 opened 3 years ago

spencergray96 commented 3 years ago

None of the callbacks for the touchable elements were running - neither the expected default behaviour or the functions I was passing into props.

I forked & changed the TouchableHighlight component in the library to a TouchableOpacity and they started working as expected.

I haven't seen anyone else open issues about this so maybe it's due to my device model & OS version?

Thought I would open this issue to bring awareness to the problem.

Saad9624 commented 3 years ago

same issue no callback functions are firing

Michelalmeidasilva commented 3 years ago

same problem here

usmanr626 commented 1 year ago

Getting the same issue, play/pause toggle and scrubbing doesn't seem to work on any platform , iOS / Android both, any help would be great