Open ivobrands opened 6 years ago
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?
@thiagorossener @ivobrands @1pocketaces1
@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?