Dear Corona dev team and community,
I’m fully aware of the limitation I’m about to discuss, but I really need a way around this.
I’m working on a non-game app that has few user text inputs over few stages. Each stage is displayed as a single group on the screen. When the user is done with the current display, tapping on “next” slides the current display to the left and brings in the next one from the right.
To add a nice visual effect and enhance user experience, the current display slides slower to the left than the new display that slides from the right onto the screen.
Because newTextField elements are always on top, they’re breaking this visual sliding effect.
Dropping this sliding effect completely will make things “work fine”, but degrades user experience which I really don’t prefer.
My question: is there a way to overcome this somehow?! A sneak turn around? I’m certain that someone else faced this before.
If not, is it possible to somehow implement a plugin or a workaround?
Thank you very much.
Cheers
Alex