ChaosLeung / PinView

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

im using target version 29 not showing keyboard #47

Open josephvijayandroiddev opened 4 years ago

josephvijayandroiddev commented 4 years ago

What kind of issue is this?

Info:
Description:
Reproduction Steps:
What did I do:
chemickypes commented 4 years ago

With target 28 too. I use androidx version but I get the same error.

chemickypes commented 4 years ago

Resolved adding

android:focusable="true"
android:focusableInTouchMode="true"

to xml file in the PinView element

adaonder commented 4 years ago

android:focusable="true" android:focusableInTouchMode="true"

i try but not working

ChaosLeung commented 4 years ago

Can anyone provide the reproduction steps? I tried to reproduce it on Android emulator 4.4 / 5.0 / 5.1 / 8.0 / 9.0, but it works perfect.

AbubakarSiddique commented 2 years ago

Can anyone provide the reproduction steps? I tried to reproduce it on Android emulator 4.4 / 5.0 / 5.1 / 8.0 / 9.0, but it works perfect.

It's not showing the keyboard in Redmi 4 Device having Android 6.0

ameerhamzatech commented 1 year ago

Resolved adding

android:focusable="true"
android:focusableInTouchMode="true"

to xml file in the PinView element

Works for me. Thanks

mundhava commented 10 months ago

@ChaosLeung just changed the orientation, after changing orientation it's not showing the keyboard. in my case I have added PinView in Fragment