aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.84k stars 1k forks source link

When using the keyboard in iOS, the enter key won't activate the month navigation buttons. #898

Open pauloeduardoferreira opened 1 month ago

pauloeduardoferreira commented 1 month ago

Describe the bug When using the keyboard in iOS, the enter key wont activate the month navigation buttons (leftChevronIcon, rightChevronIcon)

To reproduce No extra implementation needed.

Steps to reproduce the behavior:

Expected behavior Nothing should happen in iOS, Android is working fine.

Screenshots N/A

Output of flutter doctor Paste the result of this command here.

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.3, on macOS 15.0.1 24A348 darwin-arm64, locale en-PT) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 16.0) [✓] Chrome - develop for the web [!] Android Studio (version unknown) ✗ Unable to determine Android Studio version. [✓] IntelliJ IDEA Ultimate Edition (version 2024.2.3) [✓] VS Code (version 1.86.0) [✓] Connected device (3 available) [✓] Network resources

Additional context N/A