You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The device should ask for camera permission and then launch the camera, where the user can take a photo that will be added to the selected album.
Screenshots If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: [Pixel3]
OS: [Android 11]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
This issue was actually exposed when trying to upgrade our Flutter app that uses the Flutter multi_image_picker plugin.
The text was updated successfully, but these errors were encountered:
NickalasB
changed the title
[BUG] Camera button does not work for devices using Android 11
[BUG] Camera button does not work for devices targeting Android 11
Nov 3, 2020
Describe the bug
The camera button is unresponsive on devices targeting Android 11 (API 30).
To Reproduce
Steps to reproduce the behavior:
targetSdk
andcompileSdk
to 30 in the sample apparrayLists
ACTIVITY IN STARTACTIVITYFORRESULT(DARK)
+
buttonExpected behavior
The device should ask for camera permission and then launch the camera, where the user can take a photo that will be added to the selected album.
Screenshots
If applicable, add screenshots to help explain your problem.Smartphone (please complete the following information):
Browser [e.g. stock browser, safari]Version [e.g. 22]Additional context
This issue was actually exposed when trying to upgrade our Flutter app that uses the Flutter multi_image_picker plugin.
The text was updated successfully, but these errors were encountered: