Android Question Keyboard will not show "Done"

Tony Tetley

Member
Licensed User
Longtime User
I have two EditText views. The keyboard shows "Next" on the Title as expected. When the focus jumps to the Description the keyboard shows the return button. I have tried fixing this in Designer and have tried fixing it with code ( DescTxt.ForceDoneButton = True ) but nothing works. It seems that it should be simple but it is driving me crazy. I have tried every combination of properties in the two text views but nothing works. Any suggestions would be appreciated. Thanks!
KeyboardDone.png
 

mangojack

Expert
Licensed User
Longtime User
Have you set the EditText DescTxt to Multiline ? This might shed some light on the issue ...

 
Upvote 0
Top