fttx / barcode-to-pc-app

Barcode to PC app
https://barcodetopc.com/
GNU General Public License v3.0
176 stars 62 forks source link

Force the keyboard opening when get Field(type=number|text) is called even when there is a physical keyboard attached #287

Closed fttx closed 2 years ago

fttx commented 2 years ago

https://stackoverflow.com/questions/10561760/how-to-enable-both-hardware-and-virtual-keyboards-on-android-ice-cream-sandwich

https://github.com/ionic-team/cordova-plugin-ionic-keyboard

fttx commented 2 years ago

cordova-plugin-ionic-keyboard doesn't work.

Keyboard.show() is able to open the keyboard, but not when there is an hardware keyboard connected.

Can't fix.