react-native-video-controls icon indicating copy to clipboard operation
react-native-video-controls copied to clipboard

Is it possible for the controls keep showing ?

Open boypanjaitan16 opened this issue 5 years ago • 0 comments

I need the controls keep showing, I've been tried to make the controlTimeout props as long as the video length, but I got warning from react-native it self Setting a timer for a long period of time, i.e. multiple minutes, is a performance and correctness issue on Android as it keeps the timer module awake, and timers can only be called when the app is in the foreground. See https://github.com/facebook/react-native/issues/12981 for more info.

So anyway to achieve this correctly ? Thanks

boypanjaitan16 avatar Feb 14 '21 15:02 boypanjaitan16