I am working with EditText which take WebUrl in input.For that I am using LinkMovementMethod
Make links in the EditText clickable.
Problem is that :
If the last part of the text is a link, clicking anywhere causes the link to be opened.
I want when I am clicking on click here to edit area edittext, It will be editable?