Telerik-Verified-Plugins / NativePageTransitions

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

Native transition with ionic on real device #170

Open ivobrands opened 6 years ago

ivobrands commented 6 years ago

The application first navigates to the current page, so the same page comes in again, before it navigates to the page where it supposed to go to. Anyone has this problem with a real iPad or iPhone?

1pocketaces1 commented 6 years ago

Same issue, wondering if there is a specific issue with using href attribute that could fix this?

thiagorossener commented 6 years ago

I'm having the same issue, I had to increase the delay values in order to make this work, but it's just a workaround, once you can't rely only on the ms you set.

DotanTalitman commented 6 years ago

is there new solutions?

@thiagorossener @ivobrands @1pocketaces1

1pocketaces1 commented 6 years ago

@DotanTalitman I got it to work on 90% of my transitions by increasing the delays, but in some cases it required a delay of 600+ms which was unacceptable for me. Basically you have to put a delay in long enough for the next page to load completely, or else it will transition the same page.

I personally ended up rebuilding my entire app in React Native, which turned out to be an amazing decision IMO. The performance I get on device with RN is way better than I ever could achieve with Ionic/Angular

thiagorossener commented 6 years ago

@DotanTalitman no, I ended up giving up of using this