You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: