Question

I have build a complete AIR kiosk working full screen and included my own designed&developed virtual keyboard for text input. It finds the current textInput that has focus and adds letters or removes them from custom events fired by my keyboard component.

Now my client wants to load some html pages. I use the HTML component that works great, except that when the user enables focus on an html text input (like in www.google.com), my keyboard obviously doesn't work with it.

I guess I need some javascript here in addition to my completely AS3 and MXML code.

Any ideas how to pass a string from the AIR app to the focused html text input?

thanx

Was it helpful?

Solution

the answer is within Html.htmlLoader.window.document.activeElement

thank you so much mich!

http://www.indieas.org/2009/11/onscreen-keyboard-with-air/

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