Enabling on-screen keyboard in simulator
Asked Answered
C

1

5

How can I enable the on-screen, virtual keyboard in the BlackBerry 10 alpha simulator?

I'm having some troubles inputting text into my ported Android application, and had read that the PlayBook simulator also had problems with inputting text through the host PC's keyboard.

I've enabled "Keypress Pop-up" (not knowing what it does) in the "On-screen keyboard" setting in the simulator's settings, but it appears to have no effect: On-Screen Keyboard settings

Is there any way to get the on-screen keyboard to appear, so I can test using that?

Charcot answered 15/1, 2013 at 8:46 Comment(0)
C
9

I discovered that the on-screen keyboard only appears when dragging in from the bottom-left corner.

Furthermore, I discovered that in portrait mode, the keyboard doesn't display correctly:

Simulator in portrait; keyboard doesn't appear correctly

To get the simulator in landscape mode, drag from the bottom-right corner; the keyboard then does appear correctly:

Simulator in landscape; keyboard appears correctly

Incidentally, this didn't resolve my woes with text input. Since it works so sporadically, I believe this is simply due to the simulator still being in alpha. In fact, at the moment, various keys map incorrectly, such as "3" mapping to "1" and "4" to "8", but most of them simply not at all. This may have to do with android:inputType="number".

Charcot answered 15/1, 2013 at 9:19 Comment(1)
Without any modifications, the app worked correctly on the Dev Alpha device, so the above problems are indeed specific to the emulator.Charcot

© 2022 - 2024 — McMap. All rights reserved.