How to get selectCursor on one click in text mode
Is it possible to select the cursor in one click in text form. By default, we get the selection cursor on long press. The selected text should appear in the edittext below. I've tried using a spannable string, so the threaded string comes to the edittext, but I want the user to be able to change the selection using the select cursor.
+3
source to share
2 answers