Android Question RFID reader blocking soft keyboard

Johnson Samuel

Member
Licensed User
Longtime User
I have an RFID reader 13.56Mhz. I have made one simple test Application with two Edittext views, and a button view.
The RFID reader is connected to the Android phone thru micro usb port. When I scan the card, the card ID is displayed on the First Edittext1 view. Then the Focus jumps to the second EditText2. I want to add some text in the second Edittext2 view. The problem is that the soft keyboard does not show up. I tried using IME showkeyboard method. When I remove RFID reader, everything works fine. But I want the work with the RFID reader connected. Can anyone help in this?
 
Top