Closed passiondroid closed 6 years ago
Because PinView is not allowed to copy and paste, this is achieved by setTextIsSelectable(false)
in constructor and override the getDefaultMovementMethod()
.
If you really need to enable copy and paste, you can start with these.
Can't understand how to enable paste option. Please give me a example.
Question. Copy paste functionality not working in pinview even setting android:textIsSelectable="true" on the com.chaos.view.PinView