mukeshsolanki / android-otpview-pinview

A custom view to enter otp of different sizes used usually in cases of authentication.
MIT License
713 stars 206 forks source link

Cant enter OTP manually #40

Closed droid-lover closed 5 years ago

droid-lover commented 6 years ago

No functionalities to enter otp manually

mukeshsolanki commented 6 years ago

What are you trying to do?

kowchong commented 6 years ago

@mukeshsolanki I think he mean the keyboard didn't show up.

neilharia7 commented 5 years ago

@kowchong @myJarvis If that's the case then just set android:focusableInTouchMode="true" android:focusable="true"

mukeshsolanki commented 5 years ago

can you give more details like how you are creating the xml?

mukeshsolanki commented 5 years ago

Adding <item name="otpViewStyle">@style/OtpWidget.OtpView</item> to you AppTheme should fix the issue

CleatonPais commented 5 years ago

@kowchong @myJarvis If that's the case then just set android:focusableInTouchMode="true" android:focusable="true"

This worked for me along with the changes in style.xml and the dependencies