Android softkeyboard is not appear in my OpenFL/Starling app (html5)

Hi!

I have OpenFL/Starling html5 game. I integrate it to one game aggregator (via iframe). It works without problem in mobile browsers on Android. But Android softkeyboard is not appeared inside agregator’s app when user touches TextField. I think that app launches my web game with system WebView component or something similar. I try other web games inside that app (I don’t know what game framework they use) and there is no such problem.

Any ideas why?

Ok, I ask a question from another angle. How OpenFL|Straling TextInput works on html5 target?
All rendering in html canvas. Does OpenFL create invisible <input type="text">? How can we influence this?