Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tapping checkmark doesn't close camera. #65

Open
b-antczak opened this issue May 8, 2017 · 1 comment
Open

Tapping checkmark doesn't close camera. #65

b-antczak opened this issue May 8, 2017 · 1 comment

Comments

@b-antczak
Copy link

Once I take a picture and I like the preview, I tap the checkmark to close the camera but it doesn't; in fact nothing happens when I tap the checkmark. What's up??

@andresrivero
Copy link

andresrivero commented Feb 27, 2018

Hey. Sounds like it doesn't have permissions to save. Try making sure these uses are in your AndroidManifest.xml file:

<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants