shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

Android 10 - realme C11 device camera opens but nothing happens after that #95

Open atulugale11 opened 3 years ago

atulugale11 commented 3 years ago

Issue found in: Device: Realme C11 OS: Android 10 React native: 0.63.4 The plugin works perfectly with few devices I tested on but the camera does not work as expected on Realme C11. Scenario:

  1. Click the 'take a picture button' -> Opens the camera.
  2. Take the picture.
  3. Here it should return to the photo resize functionality but it still shows the camera opened to take the picture every time we take a picture. This happens only in realme C11.

However it does not generate any log information.

liukefu2050 commented 3 years ago

multipleShot | bool (default false) | Enable or disable Capture image multiple time Do you mean it's like setting the "multipleshot" parameter?