-
Notifications
You must be signed in to change notification settings - Fork 107
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
Native transition with ionic on real device #170
Comments
Same issue, wondering if there is a specific issue with using href attribute that could fix this? |
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. |
is there new solutions? |
@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 |
@DotanTalitman no, I ended up giving up of using this |
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?
The text was updated successfully, but these errors were encountered: