0

i am showing one popup window and in that there is one edit text when i long press on that edit text by default copy-paste option doesn't appear stuck with this issue is there any solution instead of creating custom coding for that copy and paste functionality.

1 Answers1

-1

you should add this code in EditText;

android:textIsSelectable="true"
Berat Eyüboğlu
  • 1,663
  • 3
  • 18
  • 32