Skip to content

Fixes keyboard type when entering points of a round to numeric only t…#258

Open
LukasLiebl wants to merge 1 commit into
flixcoo:developfrom
LukasLiebl:numeric-keyboard-fix
Open

Fixes keyboard type when entering points of a round to numeric only t…#258
LukasLiebl wants to merge 1 commit into
flixcoo:developfrom
LukasLiebl:numeric-keyboard-fix

Conversation

@LukasLiebl
Copy link
Copy Markdown

Fixes Keyboard type when entering points on a round

Description

Before when entering the points for a round for each player the keyboard was alphanumeric, I've changed it to be numeric only.

Changes Made

  • Added new feature X
  • Fixed bug in component Y
  • Refactored module Z for better performance
  • Updated dependencies

Screenshots/GIFs (if applicable)

After:
Simulator Screenshot - iPhone 17 - 2026-05-13 at 16 08 57
Screenshot_20260513_162521

@flixcoo
Copy link
Copy Markdown
Owner

flixcoo commented May 14, 2026

Hey Lukas, thanks for your contribution!

The Problem with the keyboard at TextInputType.number is, that the iOS version has no button for jumping to the next focus node (as seen in ur simulator screenshot). That's why I choose TextInputType.numberWithOptions() because this variant has the button, see here:

Screenshot 2026-05-14 at 20 11 48

Since the app isn't available on Android but I'm currently (more or less regularly) working on an more platform independent design to publish it on the Google Play Store soon, I would agree to enable TextInputType.number on Android and leave TextInputType.numberWithOptions() on iOS. If you change that, we can merge that :)

If you have a better solution for this problem, I am also open for other ideas. But jumping between focus nodes is a very essential feature in this view, which is why I'd really like to keep it.

PS.: You've been the first external contributor of this project, so congrats and thanks for helping improve the app! :>

@flixcoo flixcoo added platform : ios Issues/PRs related to iOS-specific functionality or code. task : enhancement Improvements or optimizations to existing features (non-breaking changes). user request This feature/enhancement/bug was brought up by a user labels May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform : ios Issues/PRs related to iOS-specific functionality or code. task : enhancement Improvements or optimizations to existing features (non-breaking changes). user request This feature/enhancement/bug was brought up by a user

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants