codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.72k stars 409 forks source link

Keyboard keep open behaivor in android #3821

Closed DurankGts closed 2 months ago

DurankGts commented 4 months ago

I notice that when I write in a TextField or TexArea that the keebord keep open all time althought I pass from Forms...Something change in your native implementation TextField or TextAre??

tested in android: 12,13,,14

shai-almog commented 2 months ago

@shannah There seems to be a related issue on Crisp

DurankGts commented 2 months ago

this issue cause a bad behaivor in some forms of my lanched app. Because the keyboard keep open in some situation. I would have to implement my native own solutions in android side.