Bug? TextView keyboard done doesn't work

imbault

Well-Known Member
Licensed User
Longtime User
Hi, when the keyboard appears, and when I press Done, the behaviour is just a carriage return, and the keyboard is still here

Any clue?

B4X:
    Dim Textview1 As  TextView
            Textview1.Initialize("tv1")
            Textview1.text = Values(i)
            Textview1.TextAlignment = Textview1.ALIGNMENT_CENTER
            Textview1.ReturnKey = Textview1.RETURN_DONE
 
Top