About Native Keyboard

Hi~

I my code when the  native text field is triggered , the keyboard blocks the  native text field.

So I want to detect whether the keyboard is canceled (hided)  to move native text field up or down .

Is that possible ?

Thanks!!!

@gnguoning, it’s possible.  I specify myTextField.y value inside the field listener function, moving it up during the “began” phase and moving it back down during the “ended” or “submitted” phase.

Naomi

Naomi thanks for your replay! :) 

And that works~~~

Glad I could help.

Naomi

@gnguoning, it’s possible.  I specify myTextField.y value inside the field listener function, moving it up during the “began” phase and moving it back down during the “ended” or “submitted” phase.

Naomi

Naomi thanks for your replay! :) 

And that works~~~

Glad I could help.

Naomi