flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

In portrait mode on iPad, image_cropper confirmation button is partially obscured.

Open alexmarkley opened this issue 3 years ago • 1 comments

Thanks for making this flutter plugin! It's been a life saver in my implementation of user profile pictures.

I did run into the following issue which I wanted to bring to your attention:

When using TOCropViewController (for iOS) in portrait mode, the action buttons pivot to the left-hand side of the screen. On iPhone, this seems to look fine. However, on iPad, the confirmation button is partially obscured by the clock.

See the attached screenshot for an example:

DE54EC36-CD4C-473F-BABD-46FEC780758F

This is a problem because, in testing, one of my users was unable to discern how to confirm the selected rotation/crop without guidance.

Additionally, I believe this is an issue in flutter_image_cropper rather than an issue in the upstream TOCropViewController. My reasoning is because the very first screenshot in the TOViewController README shows this scenario and the button is not obscured: https://github.com/TimOliver/TOCropViewController

Thanks again! --Alex M.

alexmarkley avatar Apr 20 '21 13:04 alexmarkley

Same issue here. Did you find a solution?

alexislg2 avatar Jan 31 '22 08:01 alexislg2