Need to implement text selection?

android:textIsSelectable="true" does not fit my task

  • And what does not suit you android:textIsSelectable="true" ? Without revealing this, you greatly reduce the likelihood of an answer, because without this information, you have nothing to answer in essence - YuriySPb
  • I use the library to define different links and use the setMovementMethod method (LinkMovementMethod.getInstance ()); and on Android 4.2 and 4.3 setMovementMethod does not work (LinkMovementMethod.getInstance ()) - intern
  • Give the minimum code of how the links are clickable and how the selection is made. And indicate in the question where this code does not work - Yuriy SPb

0