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

[iOS] Slide takes the screenshot of target screen before transition #160

Open
VikramK opened this issue Feb 27, 2017 · 1 comment
Open

Comments

@VikramK
Copy link

VikramK commented Feb 27, 2017

I have implemented this piece of code :
window.plugins.nativepagetransitions.slide({
'direction': 'right',
"iosdelay" : 0,
'duration' : 250,
'href': actions.changeUrl({
href: -1
})
},
function () {
});

So, when I click on back button in my cordova app, the react code takes me to the previous page and the above transition is implemented. But the page that slides is the previous page (target page of transition) and not the current page. Works beautifully in Android.

@VikramK
Copy link
Author

VikramK commented Mar 20, 2017

Can someone help me with this issue?

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

1 participant