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

Tony Tetley

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

Yes, the description text is multiline and the text wraps as you would expect.
 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
Yes, the description text is multiline and the text wraps as you would expect.

The point of posting the link to that thread was to make you aware that when an edittext is checked as Multiline,
it seems difficult to force the Done button.
 
Upvote 0

Tony Tetley

Member
Licensed User
Longtime User
The point of posting the link to that thread was to make you aware that when an edittext is checked as Multiline,
it seems difficult to force the Done button.
Sorry, I didn't understand. I followed your link and see what you were pointing out. Thank you.
 
Upvote 0
Top