How to disable physical keyboard in code(use virtual keyboard all the time)

后端 未结 6 2076
迷失自我
迷失自我 2020-12-14 08:27

You might ask why do I want that. Here is the reason:

I used a barcode scanner for the login screen of my application. However connecting the barcode scanner will fo

6条回答
  •  春和景丽
    2020-12-14 09:07

    I think you can specify in you manifest file to use on softinputmode and handle a config change for keyboard|keyboard_hidden

提交回复
热议问题