Is it possible to adjust the padding between a TextField and Keyboard ? Detail in ๐งต
โ 1
Lucien Guimaraes
08/09/2021, 4:10 PM
Here in this screenshot I would like to increase a bit the padding between the keyboard and my TextField, to be fully visible at least instead of being cropped under the text
c
Colton Idle
08/09/2021, 4:30 PM
I'm also curious about this because I have been using the accompanist-insetter library and it's imePadding() method but it adds SOOO much padding when in reality I just want a little bit more room.
โ 2
h
Halil Ozercan
08/09/2021, 5:24 PM
@Colton Idle in my experience
imePadding
works a bit wrong for full page TextFields. If you click on TextField at the top section where soft keyboard wouldn't be present, padding works alright. However if you click on bottom side, added padding gets a lot larger. The more you get close to bottom when clicking, padding gets larger.