Closed grabbou closed 6 years ago
Instead of removing scene inside POP, change the index and by using onTransitionEnd callback, make sure to remove all stale scenes.
POP
onTransitionEnd
That will give also support jumping back.
Implemented in latest commit. Easy.
Instead of removing scene inside
POP
, change the index and by usingonTransitionEnd
callback, make sure to remove all stale scenes.That will give also support jumping back.