alphamu / PinEntryEditText

An EditText that looks like a pin entry field. It is highly customisable and even animated text.
Apache License 2.0
670 stars 137 forks source link

Virtual keyboard not showing #57

Open PayamRF opened 5 years ago

PayamRF commented 5 years ago

Virtual keyboard not showing when user tap on PinEntryEditText on Huawei honor 8 with android 7.0

miladsalimiiii commented 5 years ago

@alphamu @PayamRF

In some device keyboard does not comes up when user click on PinEntryEditText !!!!!

miladsalimiiii commented 5 years ago

I solved it , we should remove android:textIsSelectable="true" field in pinEntryEditText and keyboard comes up in all of devices.

@alphamu @alphamu