Open himanshu-infield opened 5 years ago
Same here latest version - not specified anywhere!! Copied code while using keyboard Not opening sometime when I click on otp pinview
same issue here even with https://github.com/mukeshsolanki/android-otpview-pinview
latest version is specified at the jitpack tag
and also you can see the tag for release versions
regarding keyboard issue, I am trying to reproduce the issue but unable to.
even i am also facing same issue only thing i notice is on tap 1-2 otp view keyboard is opening
Can anyone give me steps how to reproduce this
i have the same issue, for fixit, i put edit text over the pin and on textchanged, i send the texto to pinview
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
after on pause if come again in on Resume i am doing like this
binding.inputOTP.requestFocus() showKeyboardForOtp(binding.inputOTP)
but its not working
The keyboard is not opening when implementing it in the dialog layout. When clicking continuously on 5-8 click the keyboard opening sometimes.
Hi, Can you explain the issue to me