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

iOS Photo Upload Error #41

Open
AustinArrington87 opened this issue Sep 14, 2019 · 1 comment
Open

iOS Photo Upload Error #41

AustinArrington87 opened this issue Sep 14, 2019 · 1 comment
Labels

Comments

@AustinArrington87
Copy link

Issue:
When clicking "Take Photo" after uploading point on iOS app, the camera does not pop up.
After clicking elsewhere on screen (Access dropdown) the camera then pops up.

Issue is documented in this video: https://drive.google.com/file/d/1ux1zh_7Z0txH44frkQQ7Kcyz0i5DkQO4/view

Model: iPhone 7
Version: iOS 12.4.1

@ezwelty ezwelty added the bug label Sep 14, 2019
@ezwelty
Copy link
Collaborator

ezwelty commented Sep 18, 2019

The issue seems to stem from this error:

Warning: Attempt to present <CDVCameraPicker: 0x1600c0e00> on <MainViewController: 0x15fe12840> whose view is not in the window hierarchy!

Some searching found some threads on the subject:

The only non-native solution suggested is to modify the input field to something like <input type="file" accept="image/*" capture="camera">.

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

No branches or pull requests

2 participants