react-native-media-console icon indicating copy to clipboard operation
react-native-media-console copied to clipboard

Controls go away while seeking touch

Open dgocoder opened this issue 1 year ago • 1 comments

If you are seeking and sliding around time in video and control timer expires the controls go away. I would assume the timer should be respecting touch action.

Currently I have timer set to 3000 and if i seek in the bar of a video and am scrolling through and the timer of 3000 hits the controls go away and I can still keep scrolling.

I would expect the timer to be paused or reset on interaction with the controls.

dgocoder avatar Dec 27 '23 20:12 dgocoder