flutter_image_cropper
flutter_image_cropper copied to clipboard
IOS: Bottom tab reacts to gesture events under the stack
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:
- Place a
TextField
per example at the bottom of the screen - Call
ImageCropper.cropImage()
- Tap on the bottom tab by avoiding the 'Cancel' or 'Done' buttons.
The Keyboard will appear.
I'm facing same issue @magax you get the solution.
Hey @pramod7, check out https://api.flutter.dev/flutter/widgets/AbsorbPointer-class.html 🙃
Same problem ! Any idea to resolve this ?
Same problem !!!
Same problem !!!
BottomNavigationBar operates unintentionally.