PinView icon indicating copy to clipboard operation
PinView copied to clipboard

im using target version 29 not showing keyboard

Open josephvijayandroiddev opened this issue 5 years ago • 7 comments

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:
  • PinView version:
  • Device OS version:
  • Device Name:
Description:
Reproduction Steps:
What did I do:

josephvijayandroiddev avatar Dec 04 '19 11:12 josephvijayandroiddev

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

chemickypes avatar Dec 06 '19 14:12 chemickypes

Resolved adding

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

to xml file in the PinView element

chemickypes avatar Dec 06 '19 16:12 chemickypes

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

i try but not working

adaonder avatar Mar 05 '20 06:03 adaonder

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.

ChaosLeung avatar Aug 21 '20 13:08 ChaosLeung

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

AbubakarSiddique avatar Feb 10 '22 04:02 AbubakarSiddique

Resolved adding

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

to xml file in the PinView element

Works for me. Thanks

ameerhamzatech avatar Feb 05 '23 14:02 ameerhamzatech

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

mundhava avatar Nov 01 '23 08:11 mundhava