aabhasr1 / OtpView

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

Can't work whit the animateLayoutChanges #21

Open DavidUps opened 4 years ago

DavidUps commented 4 years ago

Hi dude, first nice work with the library, second have been test a little bit and see that when you have a animated layout, the keyboard appear but the focus is not on the EditText,,, for fix it, you must force the keyboard like this for example

this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN)

aabhasr1 commented 4 years ago

Thanks i'll look into this and add this. Also if you find things like this you can also raise a PR and i can test and merge it. Lets increase the no of contributors and make this better for all

DavidUps commented 4 years ago

okei dude, when i have got time i do it!!