Closed denisgl7 closed 6 years ago
The active screen is not guaranteed to have changed until Event.CHANGE is dispatched. Does Event.CHANGE get correctly dispatched after FeathersEventType.END_INTERACTION?
screenNavigator.addEventListener(Event.CHANGE, change_listener);
In this case, the next screen will be displayed when the interaction starts. But if you do not finish the transition and return to the previous screen, trace does not display anything
If I go to the next screen, then everything works fine If I start the transition, but return to the initial screen, screenID is still equal to 'Next screen' Is this behavior correct?