When I print a keycode using on anykey pressed event and the event being setText to Keyboard.LastKeycode it works great for PC..
However this displays nothing when I try to use the same command using an Android virtual keyboard.
Basically I'm just trying to close the keyboard when the user hits Enter on the virtual keyboard by unfocussing the text inputs but instead the Enter key seems to just tab through my text inputs on Android.
You can see a live example of my current project in the Playstore with this issue here: https://play.google.com/store/apps/details?id=com.ruleoffun.ebd&hl=en_US&gl=US
Just download and try inputting some numbers and then hitting enter.
Any ideas?
Thanks