CodenameOne: VKB changes the screen

前端 未结 1 479
甜味超标
甜味超标 2021-01-15 21:33

I have a an app developed on CodenameOne platform where I have textfields for manuel input. Each time when the VKB shows on android, the contents of the screen are pushed to

相关标签:
1条回答
  • 2021-01-15 22:18

    On android when the VKB is launched the Form gets a sizeChanged event, to prevent this behavior you can declare the textfields parent container as a scrollable Y container BoxLayout Y

    0 讨论(0)
提交回复
热议问题