aabhasr1 / OtpView

A custom view to enter otp/pin of different sizes used usually in cases of authentication.
MIT License
382 stars 99 forks source link

Keyboard Not opening sometime when i click on otp pinview #5

Open himanshu-infield opened 5 years ago

aabhasr1 commented 5 years ago

Hi, Can you explain the issue to me

abhi-9605 commented 4 years ago

Same here latest version - not specified anywhere!! Copied code while using keyboard Not opening sometime when I click on otp pinview

FreedomChuks commented 4 years ago

same issue here even with https://github.com/mukeshsolanki/android-otpview-pinview

aabhasr1 commented 4 years ago

latest version is specified at the jitpack tag

aabhasr1 commented 4 years ago

and also you can see the tag for release versions

aabhasr1 commented 4 years ago

regarding keyboard issue, I am trying to reproduce the issue but unable to.

nishkul commented 4 years ago

even i am also facing same issue only thing i notice is on tap 1-2 otp view keyboard is opening

aabhasr1 commented 4 years ago

Can anyone give me steps how to reproduce this

DavidUps commented 4 years ago

i have the same issue, for fixit, i put edit text over the pin and on textchanged, i send the texto to pinview

JusticeEli commented 2 years ago

To be able to open the soft input dialog for the otp view I need to click the action button for an edit text thats just above the otp view,clicking the otp view directly does not open the input dialog

adarshdhakad commented 1 year ago

after on pause if come again in on Resume i am doing like this
binding.inputOTP.requestFocus() showKeyboardForOtp(binding.inputOTP)

but its not working

vijendrasharma199 commented 4 months ago

The keyboard is not opening when implementing it in the dialog layout. When clicking continuously on 5-8 click the keyboard opening sometimes.