Is there a way to have a text field which when having the focus does not show the virtual keyboard? I need this to be able to capture the result delivered by a physical barcode reader built into the smartphone. I've seen solutions that recommend passing focus to another node, but that way it couldn't capture the barcode, and I've also seen that it can be used:
SystemChannels.textInput.invokeMethod ('TextInput.hide');
But for some reason it doesn't hide the keyboard.