TransformGesture Firing MouseEvent on Nested TextField
i have movie clip 80 text fields in it, buttons. has event listener panning moves movie clip, whenever touch 1 of text fields gets focus, bringing soft keyboard. can set stage.focus = null move focus off text field, keyboard stays until lift fingers, visable through out pan.
i have tried setting .needssoftkeyboard() =false doesn't work. neither .preventdefault() or .stopimmediatepropogation().
have tried applying focus object instead of null such as:
stage.focus = stage; // or other non-text object
More discussions in ActionScript 3
adobe
Comments
Post a Comment