Hi, I have a device that transmit data as keyboard wedge (send data as it would be pressed from an external keyboard). I want to detect that input, but I do not find any keypress event in Xamarin.Forms.
One workaround could be to create a Entry and subscribe to the TextChanged event, but then I should hide the soft keyboard when the entry controls gets focus since I don't use it.
Any advice?
Thanks