forus-labs / forui

Forus Lab's Flutter UI library
https://forui.dev
Other
519 stars 25 forks source link

FScaffold resizeToAvoidBottomInset #293

Open botty87 opened 6 days ago

botty87 commented 6 days ago

Describe the bug On a tablet, or smartphone, when you tap on a TextField the keyboard overlap the widget, without scroll or override the content

To Reproduce 1) add a FTextField in the screen, possibly at the bottom of it 2) tap it to show the keyboard

Expected behavior I expect a resize and scroll like the Scaffold with resizeToAvoidBottomInset = true

Device (please complete the following information):

Pante commented 6 days ago

Thanks for filing the issue, it's definitely something that we should address! As a temporary workaround, you could use Material's Scaffold (Forui widgets work with that as well)

botty87 commented 6 days ago

Thank you! That's exactly what I did! Anyway, amazing work!