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

Native transition with ionic on real device #170

Open
ivobrands opened this issue Jan 16, 2018 · 5 comments
Open

Native transition with ionic on real device #170

ivobrands opened this issue Jan 16, 2018 · 5 comments

Comments

@ivobrands
Copy link

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
Copy link

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

@thiagorossener
Copy link

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
Copy link

is there new solutions?

@thiagorossener
@ivobrands
@1pocketaces1

@1pocketaces1
Copy link

@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
Copy link

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

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

4 participants