Open josephvijayandroiddev opened 4 years ago
With target 28 too. I use androidx version but I get the same error.
Resolved adding
android:focusable="true"
android:focusableInTouchMode="true"
to xml file in the PinView element
android:focusable="true" android:focusableInTouchMode="true"
i try but not working
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.
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
Resolved adding
android:focusable="true" android:focusableInTouchMode="true"
to xml file in the PinView element
Works for me. Thanks
@ChaosLeung just changed the orientation, after changing orientation it's not showing the keyboard. in my case I have added PinView in Fragment
What kind of issue is this?
[ ] Question. If you want to ask how to do something, or to understand why something isn't working the way you expect it to.
[ ] Bug report. Please provide your device name, device OS version, and describe the reproduction steps.
[ ] Feature Request. Telling us what problem you’re trying to solve.
Info:
Description:
Reproduction Steps:
What did I do: