Hardware keyboard on simulator. Possible?
Hi
My app mostly targets touch screen devices, but ones with hardware keyboard as well. Is there a way to simulate HW keyboard in Simulator? I can’t find the way for it.
I’ve got a funny bug that on devices with keyboard (in Nokia’s Remote Device Access at least) every HW button pressed is registered as two keypresses in my app.
I know that simulator can take input from the PC keyboard, but this way I can’t reproduce the bug.
Best regards,
Artem.
4 replies
In simulator if you simulate a non-touch device you see the device itself, including the keyboard. If the keyboard is not shown I think that maybe a problem of the code. Maybe ?
Also on touch devices when you touch a text input field that has the correct focus management you see the on-screen keyboard appearing. A good way to try both the conditions I think maybe to simulate a touch and screen device.
You must log in to post a reply. Not a member yet? Register here!


