Hi,
There is an issue on iOS8 that will stall the camera when the user cancels out of the crop-area.
Repro Steps:
- Launch the GKImagePicker with a camera source and any crop size (resizable or not).
- Take the photo.
- Press 'Use Photo'.
- In the crop image view, press 'Cancel'.
- The crop image view should be dismissed, and goes back to the camera view.
- On iOS8: The actual camera view is blurred out and doesn't reflect what the camera is seeing. You just see a static, blurred image. You can still however take an image, and the image is proper.
- On iOS7: The actual camera view returns, enabling you to take another photo properly.
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?
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?