-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
i install the plugin when i go from state to state i can see logs with the native transition flip , slide
but nothing happen on the simulator no transition and i add this code below console.log
only "before" log no "error" no "success"
$rootScope.$on('ionicNativeTransitions.beforeTransition', function(){
// Transition is about to happen
console.log("before");
});
$rootScope.$on('ionicNativeTransitions.success', function(){
// Transition success
console.log("success");
});
$rootScope.$on('ionicNativeTransitions.error', function(){
// Transition error
console.log("error");
});
Metadata
Metadata
Assignees
Labels
No labels