Camera option is not showing along with the file chooser Welcome! › Forums › Unity Plugins › In-App Web Browser › Camera option is not showing along with the file chooser This topic has 6 replies, 4 voices, and was last updated 4 years ago by Renatto. Log In Register Lost Password Viewing 7 posts - 1 through 7 (of 7 total) Author Posts October 6, 2020 at 4:23 am #2296 sujil-nielsenParticipant I need to an option for uploading the files. I am getting the file browser window open. But there are no option to capture the image along with choosing file October 6, 2020 at 4:50 am #2297 sujil-nielsenParticipant https://drive.google.com/file/d/1-FNRSAffbShYhpGXEzv10VXWbUvYVthC/view?usp=sharing October 7, 2020 at 9:53 am #2317 PiotrKeymaster Can you try adding this permission into AndroidManifest: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> btw. I dont have access to this link. October 27, 2020 at 5:28 pm #11518 sujil-nielsenParticipant We still have the issue. https://we.tl/t-lplB0YHXh8 Please check with the attachments. November 4, 2020 at 12:18 pm #11530 PiotrKeymaster are you seeing any error logs? November 8, 2020 at 2:53 pm #11542 JavierParticipant I’m facing the same issue, did you resolve it? https://drive.google.com/file/d/1JCs7CIDuE06M21KIXiC7IUJ3y_ODrufs/view?usp=sharing November 28, 2020 at 9:58 pm #11606 RenattoParticipant This might be due to scoped storage starting in Android 10 (https://www.raywenderlich.com/10768834-scoped-storage-tutorial-for-android-11-deep-dive). You can use: <application android:requestLegacyExternalStorage="true"> and <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> In your manifest to force legacy storage, that will allow you to choose the camera. Author Posts Log In Register Lost Password Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In