I am trying to select a word which has background span by double clicking but the word is not selected.
But if I do programmatically using setSelection(start,end)
selection works. Double click and Long press not working for selection
I used LinkMovementMethod in my editText.
Thanks