flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

IOS: Bottom tab reacts to gesture events under the stack

Open Magax opened this issue 4 years ago • 5 comments

If a Widget with a gesture event is at the bottom of the screen when we call ImageCropper.cropImage(), the event get executed from the ImageCropper screen if we tap on the bottom tab.

To reproduce:

  1. Place a TextField per example at the bottom of the screen
  2. Call ImageCropper.cropImage()
  3. Tap on the bottom tab by avoiding the 'Cancel' or 'Done' buttons.

The Keyboard will appear.

Magax avatar May 17 '20 00:05 Magax

I'm facing same issue @magax you get the solution.

pramod7 avatar Sep 05 '20 11:09 pramod7

Hey @pramod7, check out https://api.flutter.dev/flutter/widgets/AbsorbPointer-class.html 🙃

Magax avatar Sep 09 '20 09:09 Magax

Same problem ! Any idea to resolve this ?

NaosFr avatar Nov 13 '20 21:11 NaosFr

Same problem !!!

huangred avatar Jul 26 '21 07:07 huangred

Same problem !!!

BottomNavigationBar operates unintentionally.

h-tko avatar Nov 06 '23 06:11 h-tko