hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
969 stars 375 forks source link

Android swipe to go back gesture makes it difficult to crop the image #464

Open orkun1675 opened 4 months ago

orkun1675 commented 4 months ago

A common trouble I see users run into is trying to resize the crop-box from one it's edges; and because the crop-box edges are touching the edges of the phone screen they will unintentionally activate the back gesture and thus quit the cropper.

Is this gesture something that can be disabled?

nikorehnback commented 2 months ago

It should be doable to support this: https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav

It would require an update to the native Android library though and then this wrapper can utilize it.