transition => native.newTextField() when scene is "slideUp"

Hi All,

As per my understanding, when you are having native.* functions (i.e, native.newTextField()) in your scene and you are for example using storyboard.gotoScene  function. The native.*  functions movement will not be linked with the scene movement. As a result, The  native.*  functions need to be moved using  transition.* functions.

I am facing problem moving native.* function together with the scene movement. there will be always a delay between the scene and the native.* function.  In addition, when the movement is perfected in the Corona Simulator it will fail in the IOS Simulator.

Any idea how can we “slideUp”  native.* function together with the scene “slideUp” movement will be really appreciated.

Tanks in advance,

M8R.2012