react-native-camera / react-native-camera

A Camera component for React Native. Also supports barcode scanning!

Home Page:https://react-native-camera.github.io/react-native-camera/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torch/Zoom while RecordingAsync - Works Android - Not iOS

joaolnpr opened this issue · comments

Hello,
I am facing one issue when comparing iOS/Android platforms which I would like to confirm:

Android - While pressing a button to recording (long press event from GesturesDetector), I am able to touch in other elements Zoom Camera, Turn on/off flash - Expected result

iOS - While pressing a button to recording, I am not able to touch in any other element while the long press event is active and when I try to zoom the recording stops.

From what I can see, in iOS, when LongPress the other elements are having the touch events disabled which is not expected, since what I would like to achieve is to be able to record video using long press and zoom/turn on/off torch etc while recording a video. (Like we do it in Android)

Any reason for this? or its a iOS limitation? Any solution?

Thanks in advance