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 10: Photo taken from the camera: Secondary Handler does not get called #102

Closed
hemantasapkota opened this issue Dec 5, 2016 · 2 comments

Comments

@hemantasapkota
Copy link

I did a bit of debugging and it seems that in the handle() method of ImagePickerAction the numberOfImages variable is zero despite clicking the Use Photo button on the camera.

If i had more time on hand, I'd probably send a PR but this seems like a trivial fix and the author could probably fix is faster than I could.

Thanks

@hemantasapkota hemantasapkota changed the title Photo taken from the camera: Secondary Handler does not get called IOS 10: Photo taken from the camera: Secondary Handler does not get called Dec 5, 2016
@lbrndnr
Copy link
Owner

lbrndnr commented Dec 5, 2016

Hmm, this is intended. When you want to take a photo it is your responsibility to present/dismiss whatever controller you like. IPSC doesn't really know what you're doing from that point on.

Or did I misunderstand your issue?

@hemantasapkota
Copy link
Author

Hi, you're right. Looks like I got confused with something else. I'll close this issue. :) :)

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