LunatiqueCoder / react-native-media-console

A React Native video player. Built with TypeScript ❤️
MIT License
184 stars 28 forks source link

Controls go away while seeking touch #94

Open dgocoder opened 6 months ago

dgocoder commented 6 months ago

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.