Video is paused on press on iOS #4277
-
When I wrap my video around TouchableOpacity (or not, doesn't really matter) and I just press in the video (without pressing out, just holding my finger) my video is getting paused. onPlaybackStateChanged is being triggered saying that isPlaying is false. I checked out the source code and for some reason probably handleTimeControlStatusChange in RCTVideo is being invoked. Is there a way to not pause my video when I just press in? pointerEvents were not working when I tried to use them. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Forget about it, I was just calling pause() on upper level, sorry to bother |
Beta Was this translation helpful? Give feedback.
Forget about it, I was just calling pause() on upper level, sorry to bother