You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When dismissOnCapturedTaps is set to true in KeyboardDismissOnTap user is not able to copy text / select text from SelectableText or from TextField etc.
Insert some text into any field and later try to select this text to copy/delete
Expected behavior
This behavior I think is not directly expected as this breaks UX of fields. The issue is with Listener.onPointerUp. I dont know if is it possible to detect for example just buttons and preserve TextFields / SelectableText behavior
Info (please complete the following information):
flutter_keyboard_visibility version: 5.4.0
Reproducible on platforms (Android, iOS, etc): Android
Flutter: 3.0.5
The text was updated successfully, but these errors were encountered:
Describe the bug
When
dismissOnCapturedTaps
is set to true inKeyboardDismissOnTap
user is not able to copy text / select text from SelectableText or from TextField etc.To Reproduce
Try to
Expected behavior
This behavior I think is not directly expected as this breaks UX of fields. The issue is with Listener.onPointerUp. I dont know if is it possible to detect for example just buttons and preserve TextFields / SelectableText behavior
Info (please complete the following information):
flutter_keyboard_visibility version: 5.4.0
Reproducible on platforms (Android, iOS, etc): Android
Flutter: 3.0.5
The text was updated successfully, but these errors were encountered: