PinView icon indicating copy to clipboard operation
PinView copied to clipboard

A Pin view widget for Android

Results 9 PinView issues
Sort by recently updated
recently updated
newest added

trying override fun onVerificationCompleted(phoneAuthCredential: PhoneAuthCredential) { val code = phoneAuthCredential.smsCode if(code != null){ // set pin here automatically to pinView Box ` pinView.pinResults = code` =======================> error goes here :(...

Currently it shows the number pad. Is it possible to show alphanumeric keyboard?

Hi David, thanks your for share. I have a string value, I want to set it to pinview. How can I do that?

Hi, Great work on this! I just have a small problem which may be due to my lack of understanding of use of this library. I have a pinview with...

in case of RTL Layout, the input starts from right to left, is there a possible to keep it from left to right. because in case of OTP the numbers...

Simply typing in 4 numbers causes this. Android 5

Hi David, Thanks for such an amazing and easy to use library.. Just a small info required. Does this pin view support text entires ? coz, the password generated by...