-
### Subject of the issue
The project does not build after adding the dedendencies in duild.gradle file, giving this error "ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could…
-
i want to create an otp input like this one..
[https://github.com/aabhasr1/OtpView/raw/master/screenshots/otp_view_1.gif](url)
but how?
which attribute that i must use?
-
### There is no option to cleat OTP
If there is clear OTP text that could be helpful.
### Expected behaviour
There should be a clear option also.
-
### Subject of the issue
I was trying to enable and disable a button when the user completed the 6 digit input.
### Steps to reproduce
I have a button that when the user completed the 6 digit pi…
-
Hi, your lib is good but I am not getting any call back when the user has deleted all the otp content. You should send the call back on your setOtpCompletionListener.
Try to add OTP and then backs…
-
I have tried to update the font family, its not getting updated. Is that possible?
18sp
@font/the_sans_arabic_plain
#FFFFFF
-
I am using the latest version of `OtpView` and here is my code:-
` `
I don't know what is happening but somehow keypad is not opening for typing,I think the recent update you have done 20 days a…
-
After entering OTP. I want to clear the OTP just by clicking Button. There is no option to do that
-
### Subject of the issue
I use this library and when I click on it , not open keyboard
### Steps to reproduce
Tell us how to reproduce this issue. Please provide a working demo.
### Expected beh…
-
otpView.setOtpListener(object : OTPListener {
override fun onInteractionListener() {
}
override fun onOTPComplete(otp: String) {
}
})
…