I’m trying to slide a data-input screen/form up onto the iPhone display…the screen has both Corona objects and native input fields but they don’t slide up in-sync…native moves much faster than openGL objs.
Can anyone demonstrate an example of in-sync scrolling of Corona (Open GL) objects and Native input fields.
My native fields seem to move up and down MUCH faster than my openGL objects.
It seems to be that changing the Y attribute of the Corona Display Obj Group only takes effect upon the next enterFrame event (so only the last Y change is applied) where as changes to the Y of the native fields seem to occur continuously, and so the “moved” == event.phase is changing the native much faster.
I added the native.y change to the enterFrame handler and that improved the situation but has not fixed it. I’m wondering if anyone else has gotten this working [import]uid: 6175 topic_id: 25521 reply_id: 325521[/import]