ChaosLeung / PinView

A PIN view library for Android. Use to enter PIN/OTP/password etc.
Apache License 2.0
634 stars 121 forks source link

Enable Similar softkeyboard for Pin and Password #55

Closed anandwana001 closed 4 years ago

anandwana001 commented 4 years ago

What kind of issue is this?

Info:
Description:

I am using PinView as a toggle option for password input with the show and hide option where I am changing showing and hiding number using InputType.TYPE_CLASS_NUMBER and InputType.TYPE_NUMBER_VARIATION_PASSWORD. But while toggling between the showing and hiding thing, the soft keyboard is also changing.

Is there a way to have consistent keyboard?

ChaosLeung commented 4 years ago

It has been fixed in #54 but not release yet. And I will make a release this weekend.

anandwana001 commented 4 years ago

It has been fixed in #54 but not release yet. And I will make a release this weekend.

Cool, Thanks for the update

ChaosLeung commented 4 years ago

Please upgrade to 1.4.4 and use setPasswordHidden to show or hide pins.