Quote:
Originally Posted by cstucker
When pushing a scene set disableSceneScroller to true.
Example:
Code:
this.sceneArgs = {
name: 'first',
disableSceneScroller: true
}
this.controller.pushScene(this.sceneArgs);
|
thanks you. I will include this in my next update.