Hello guys, have any of you seen this problem? When user clicks a link to page A and then clicks link to page B rapidly, both transitions happen at the same time and the user ends up on page B.
This also breaks down the history because when the user is on page B and presses back button then he is directed to page A instead of the initial page. A and B are not supposed to be successive pages in history.
I tried listening ionicNativeTransitions.beforeTransition, ionicNativeTransitions.success, and ionicNativeTransitions.error events to cancel a state change while there is another transition is active at that time period, but I couldn't succeed. Any ideas?
Hello guys, have any of you seen this problem? When user clicks a link to page A and then clicks link to page B rapidly, both transitions happen at the same time and the user ends up on page B.
This also breaks down the history because when the user is on page B and presses back button then he is directed to page A instead of the initial page. A and B are not supposed to be successive pages in history.
I tried listening
ionicNativeTransitions.beforeTransition,ionicNativeTransitions.success, andionicNativeTransitions.errorevents to cancel a state change while there is another transition is active at that time period, but I couldn't succeed. Any ideas?