OtpView icon indicating copy to clipboard operation
OtpView copied to clipboard

A custom view to enter otp/pin of different sizes used usually in cases of authentication.

Results 40 OtpView issues
Sort by recently updated
recently updated
newest added

Is there any possibility to make view match screen width? The view is not adaptive at all

I am faced in "Error inflating class in.aabhasjindal.otptextview.OtpTextView" this issue when import the dependencies { implementation 'com.github.aabhasr1:OtpView:v1.1.2' } library file. I am also implement OtpTextView library file source code in...

Hello, First, great job for this library !!!! Is it possible to add two way data binding on "app:otp" field ? If you want i can make de changes in...

I try to set android:textColor="@color/red", its not working, after typing the dot color of box is always white, which is not visible if I change the activity color to white....

unable to change the input type It supports only digit input type

I expect that if I have a check for instance ``` if(otp=="123456"){ otpTextView?.showSuccess() } else { otpTextView?.showError() } ``` But it's not updating the state, it only updates the state...