-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SoftKeyboard Component #22
Comments
Try to use our component com.in4ray.gaming.components.NativeText which invokes SoftKeyboard. |
Thank you. It's works! But do you know how can i manually trigger event to display native keyboard on ipad? |
this is my code at Class constructor: Than: But it's not work, keyboard does not shown. Instead of that i try to use only StageText like so: private function addedToStageHandler(event:Event):void And it's work fine, but it move everything up. |
|
Thank you! |
I have a trouble with listening on the change event from StageText, it does not happen. Maybe you know any solutions for that? |
I want to use Softkeyboard for my game, based on http://cote.cc/projects/softkeyboard. So i want to realize it with your framework entities. Could you help me to do so?
The text was updated successfully, but these errors were encountered: