Page 1 of 1

Native Android Text Input - Cursor Placement on Focus

Posted: Tue Jun 20, 2023 9:19 pm
by JereMiami
When I focus on a native android text input field using mobileControlDo, that was created using mobileControlCreate, and having the text previously set using mobileControlSet, the cursor is placed at the beginning of the text ... which quite frankly is akward. Is there a way to have the cursor placed at the end of the text string instead of at the beginning of the text string when the field is focused?