react-native-media-console
react-native-media-console copied to clipboard
Controls go away while seeking touch
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.