ionic-native-transitions icon indicating copy to clipboard operation
ionic-native-transitions copied to clipboard

ionic-native-transition not working

Open Ghoneishy85 opened this issue 8 years ago • 2 comments

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"); });

Ghoneishy85 avatar Mar 21 '17 16:03 Ghoneishy85

I have reverted to version v1.0.0-rc9 as the latest 1.0.3 we experience the same problem. the transitions are not happening and we are seeing no errors / exceptions or other indications that anything is wrong, besides the blank screen.

jimmymain avatar Mar 22 '17 13:03 jimmymain

Trying to use this on Copay/BitPay app.

Same problem, not working at all (Android 7.0).

Installed from bower, added the min.js library to the index view, tried normally and overriding the default options, enable/disable programmatically and nothing happen. No errors, just the same default transition always (right to go forward, left to get back).

JDonadio avatar Mar 22 '17 15:03 JDonadio