You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Eddy,
We are trying to detect barcode scanner in iOS cordova app, we are using js which detect the barcode scanner as external keyboard and works well in android devices. the js basically detect the keypress event and based on input it manipulates the behaviour of input device.
it works in iOS too but only when any input box has focus. but does not detect keypress event when input does not have focus. Can this plugin helps us in detecting the external keyboard even when the input box does not have focus?
Let me know if you need more info.
The text was updated successfully, but these errors were encountered:
prvinuch
changed the title
Can it detect Keypress event on external keyboard?
Can it detect Keypress event on external keyboard on iOS device?
Feb 13, 2018
Hi Eddy,
We are trying to detect barcode scanner in iOS cordova app, we are using js which detect the barcode scanner as external keyboard and works well in android devices. the js basically detect the keypress event and based on input it manipulates the behaviour of input device.
it works in iOS too but only when any input box has focus. but does not detect keypress event when input does not have focus. Can this plugin helps us in detecting the external keyboard even when the input box does not have focus?
Let me know if you need more info.
The text was updated successfully, but these errors were encountered: