Skip to content

ionic-native-transition not working  #140

@Ghoneishy85

Description

@Ghoneishy85

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions