hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

orkun1675 opened this issue · comments

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?

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.