antoxa2584x / PinCodeView

Pretty PinCode view
135 stars 13 forks source link

Hide keyboard will leave letter keyboard shown #5

Closed hendrawd closed 7 years ago

hendrawd commented 7 years ago

Currently i am using

InputMethodManager imm = (InputMethodManager) context.getSystemService(Activity.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(view.getWindowToken(), 0);

To hide soft keyboard from the screen. It actually hide the "number" keyboard, but will leave the "letter" keyboard open.

hendrawd commented 7 years ago

Here is a simple animation to demonstrate the problem:

the bug screen shot
hendrawd commented 7 years ago

I tried to call the code to hide the keyboard twice, but still can't hide the letter keyboard

hendrawd commented 7 years ago

Looks like it is not this library problem and it's already fixed, so i am closing it