richeditor-android
richeditor-android copied to clipboard
How do I set the cursor's position?
hello how can i set the cursor to the last position of the text this method doesn't exist
(val editText = findViewById(R.id.edittext_id) as EditText) editText.setSelection(editText.text.length)
thanks
同问
focusEditor();can move to the end