Skip to content

iOS8: Camera Freeze on Cancel #47

@micnguyen

Description

@micnguyen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions