-
My problem is similar to this issue: https://stackoverflow.com/questions/17630336/space-between-keyboard-and-edittext-in-android
but because this otpview has its own background, I cannot modify the…
-
Trying to compile project but build failing with errors: cannot find symbol method otpView.getText() and otpView.setOtpCompletionListener(this) in my activity
added implementation 'com.mukesh:otpv…
-
after migrating to androidx, the attributes that are related to app namespace does not work.
otpView code:
```
```
app ns:
`xmlns:app="http://schemas.android.com/apk/res-auto"`
error:
```
…
-
No functionalities to enter otp manually
-
-
How to change color of the line when the field is filled. I have set the app:state_filled but the line is centered with text
-
Usage of Clear() methods is not clear i.e how to use the clear method? Thanks in advance
-
OtpView is shown but not focusing and not showing keyboard, may i missed something? code same like in example
-
After type i can't see my number changed to dot icon . How to enable like your screenshoot ?
This your screenshoot'[https://raw.githubusercontent.com/mukeshsolanki/android-otpview-pinview/master/sc…
-
I have a custom keypad for OTP fields but this OTPtextview open default android number keypad and it is not triggered in touch or click event. Does it has the support?
Thanks in advance!