-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
White screen on navigate with clear history parameter #4269
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
Comments
@mayureshjadhav there might be multiple reasons for your issue so please post more detailed information on how to reproduce your case. As the latest version is 3.x.x we will need both the content of your package.json file and the code used to create your application - the best case would be to create a sample application that demonstrates the issue and what you have achieved so far. |
Actually, I created project from hello word template and added two more pages and when I try to navigate from one page to another by using following code
I can see a white screen and then it moves to about (another) page. Actually, you will not see the difference in a small application but when your app becomes complicated you will observe this issue. |
@mayureshjadhav I was able to fully reproduce this issue using Angular application and ClearHistory set to true with some PageTransition (the default one as well). The issue is not reproducible with core NativeScript project. Marking this one as a bug - keep track of this issue for further updates. Reproducible with both iOS and Android but only in Angular based applications. Sample application to reproduce the issue can be found here. Steps to reproduce:
Actual result: the current page is replaced with a white screen and then the navigation proceeds. Expected result : the current page to stay during the navigation transition as in this NativeScript core application |
This issue was moved to NativeScript/nativescript-angular#829 |
@NickIliev Is that issue solved? When and How I can see? |
@mayureshjadhav the issue was moved to the nativescript-angular repository (see the link in my previous oost) and is planned for fixing in 3.2 release - still for the best updates on that matter please track the linked issue |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Uh oh!
There was an error while loading. Please reload this page.
I am using NativeSctipt 2.5 and nativescript-angular 1.2.0 in my app.
Scenario is I am navigating from page 1 to page 2 while navigating I am clearing the history but I can see a white screen while moving from page 1 to page 2 .
What is the issue?
The text was updated successfully, but these errors were encountered: