DealORound / Deal-O-Round

Flutter port of the Deal-O-Round board card game
MIT License
2 stars 0 forks source link

Spinner settings manual entries cause drawing errors #6

Open MrCsabaToth opened 4 years ago

MrCsabaToth commented 4 years ago

Once user click on the value to enter a number from the virtual keyboard, the keyboard shifts everything upwards (given that it takes over half the screen). This causes the alignment constraints to saturate and error, see screenshot: Screenshot_2020-08-22_00-03-44 This requires to click on the value again for a successful entry. Maybe if we could force the virtual keyboard to slide in from the side?