Question

I have an Adobe Air app that has some text fields that need input. When I run this app on Windows 8, giving focus to the text fields correctly displays the cursor in the field (and if you use the attached hardware keyboard or a bluetooth keyboard you can type into the fields) however the device's soft keyboard does NOT come up within the app (even though it does come up when I focus into a text field in a regular web form or browser address bar). I'm not sure if this is a bug or if I'm overlooking something that I must manually do in AS3 to provoke the device's soft keyboard to show up when the text field takes focus.

Was it helpful?

Solution

I'm having the same problem for my app for android and ios.

My solution was to use the Textinput component in Flash Pro and export it in my swc file. Works like you'd expect. Softkeyboard shows up in android and ios.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top