You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow you to preform an action when the joStack is done animating( CSS transition) the current screen. I created a new event (animateDoneEvent) in my fork of jo for this purpose.
I use it to re-enable the back button so my IOS users can not click an the back button during a screen transition.
This would allow you to preform an action when the joStack is done animating( CSS transition) the current screen. I created a new event (animateDoneEvent) in my fork of jo for this purpose.
I use it to re-enable the back button so my IOS users can not click an the back button during a screen transition.
this.stack.animateDoneEvent.subscribe( function(){
console.debug("animate done enable back");
MobileApp.nav.back.enable();
});
The text was updated successfully, but these errors were encountered: