Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ionic-native-transition not working #140

Open
Ghoneishy85 opened this issue Mar 21, 2017 · 2 comments
Open

ionic-native-transition not working #140

Ghoneishy85 opened this issue Mar 21, 2017 · 2 comments

Comments

@Ghoneishy85
Copy link

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

@jimmymain
Copy link

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.

@JDonadio
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants