Open darind opened 7 years ago
Hi @darind, Thank you for reporting this issue. I reviewed this case, unfortunately, I have to confirm that this is a real issue for both iOS and Android. The problem could be reproduced, when we navigate to the latest available Page and then navigate back to the main component. I am attaching sample project. Archive.zip
Regards, @tsonevn
Hi @darind @tsonevn,
Unfortunately, after we removed the usage of Resolve throughout our Application, it still crashes with the same error in our app, after navigating several times back and it reaches the Main component.
Just to let you know that the problem is not only when you use a "slow" Resolve function in the routing.
updates for this issue?
Hi @vmachuca This issue is still under review. At this point, we could not commit to the exact time when the fix will be available.
Any clarity on timeline now? I am seeing this issue occur rather frequently in my production application. We are not using resolve
. Just simple path and component.
I have a simple nativescript application with 3 routes:
where
TestResolve
is defined like this:Now I navigate from
route1
toroute2
and finallyroute3
within my application using simple links in the corresponding markup:On
route3
clicking the Back button multiple times quickly will crash the application with the following: