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

soft keypad not showing on click #83

Closed FreedomChuks closed 4 years ago

FreedomChuks commented 4 years ago

Nothing happens onclick of the fields

No keypad coming up

ArsalanAbrar commented 4 years ago

Hii gzodx can you tell me the latest version??

FreedomChuks commented 4 years ago

I am using 2.0.1

ArsalanAbrar commented 4 years ago

Failed to resolve: com.github.mukeshsolanki:android-otpview-pinview:2.0.1 im getting this error

FreedomChuks commented 4 years ago

Add maven{url "https://jitpack.io"}

chemickypes commented 4 years ago

Resolved adding

android:focusable="true"
android:focusableInTouchMode="true"

to xml element

pratikbutani commented 4 years ago

Here is the solution: #39

FreedomChuks commented 4 years ago

Thanks