-
Notifications
You must be signed in to change notification settings - Fork 174
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
iOS8: Camera Freeze on Cancel #47
Comments
It seems that we need to dismiss the image picker and present it again. Did you find a different solution? |
Yep - so I have fixed the issue. I'm not sure what's going on - but it seems like in IOS8 the UIImagePickerController isn't releasing the Camera resource fast enough. It displays as being available but when you do call it, it doesn't refresh the UIImagePickerController Camera view. So the solution to this is to dismiss the image picker and then display it again. The trick however is to display it after a certain time period - if you display it immediately, it will still show as being blank. I have found 0.5seconds to be the optimal time for it to rejig itself. |
I think I am having the same issue ... |
Hi,
There is an issue on iOS8 that will stall the camera when the user cancels out of the crop-area.
Repro Steps:
I suspect it may have to do with the way iOS8 handles action sheets (?), and the behaviour of dismissing the CropImageViewController. I'm currently investigating it.
Anyone bumped into this, or fixed it?
The text was updated successfully, but these errors were encountered: