-
Notifications
You must be signed in to change notification settings - Fork 145
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
Cold Start #397
Comments
did you try to look at the outputs given with |
There seems to be no errors. When i put the line below, i actually get the alert just fine. alert('Deep Link Data: ' + JSON.stringify(data)); So i presume the following code doesnt execute in the order set. How do i wait for the top before running the second? confused this.setRootPage(); |
Just tried to test it on an android device, and works fine - even on a cold start. So the issue remains just for ios. |
Okay, in case anyone faces the same issue. Just delay branch in this.platform.ready. I have delayed it by a second - since everything is async, I do not think it will have an impact. I have tested it and it works fine.
|
Hello, Good find and good solution. It appears Another solution besides timeouts would be to place the Thanks, |
When the app is in the background and I open a deeplink, it brings the app up and goes to the page requested.
However, if i force quit the app, and then click on a deeplink, it opens the app and stays on the root page.
Any ideas?
The text was updated successfully, but these errors were encountered: