Flutter windows keyboard - Stack Overflow

admin2025-04-18  2

I'm trying to run a flutter program on Windows. Unfortunately, I've run into a problem with the virtual keyboard. First, if I'm not using the app in tablet mode, the keyboard doesn't appear automatically when I click in a TextField. If I run it in tablet mode, the keyboard appears, but it covers the bottom of the app (it doesn't work like on Android, where the keyboard "squeezes" the app). What settings do I need to make the keyboard work like Android / iOS and not cover the bottom of the app?

As you can see on the second picture, the keyboard cover the last 3 TextInputfield (Konyha1, Konyha2 and Konyha3 fields cannot be edited)

转载请注明原文地址:http://anycun.com/QandA/1744967918a90167.html