Widget TextField SlideBack In Android Device Issue

Hello Corona Team,

                                I am using widget_editfield for putting textField in my screen. But i have been got an issue that when i click on the textfield the textfield group moves upperside for sliding of keyboard. But When i click on android back key the textfield group are not slide back on screen. It only Move back if i click on Done button of Android. So please can anybody tell what change i have to made in Widget_editfield file to slide textfield back on the press of back button.

Please Reply as soon as posssible.

Thank you

Hello @divakarjoshi257,

Are you using the “beta” feature that makes the view move when the keyboard shows? If so, this feature is not yet fully tested on all platforms/devices, so it’s possible that it doesn’t respond to the “back” key, but rather only the “done” key on the keyboard. If you need to implement this kind of functionality right now, then I suggest you use the manual method of moving the view (and fields) within a display group, as was featured in last week’s tutorial.

Best regards,

Brent

Hello @divakarjoshi257,

Are you using the “beta” feature that makes the view move when the keyboard shows? If so, this feature is not yet fully tested on all platforms/devices, so it’s possible that it doesn’t respond to the “back” key, but rather only the “done” key on the keyboard. If you need to implement this kind of functionality right now, then I suggest you use the manual method of moving the view (and fields) within a display group, as was featured in last week’s tutorial.

Best regards,

Brent