If I use daily build 2354 to build my app, there is no problem.
Recently I upgraded to build 2368 to build the same code (no code change), there is a problem that scene change is not happening in my app although gotoScene is called.
One of the new build must have introduced some new bugs, my guess is this in build 2365:
- Transition 2.0 - Fixing paused transitions being cancelled causing a memory leak. Fixing some issues with transition.cancel() - casenums 32746, 33772, 32567
Corona should investigate what kind of new bugs are introduced after build 2354 before it loses track.