Telerik-Verified-Plugins / NativePageTransitions

Native transitions like Slide and Flip for iOS, Android and Windows Phone
277 stars 107 forks source link

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

Open VikramK opened 7 years ago

VikramK commented 7 years ago

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 commented 7 years ago

Can someone help me with this issue?