-
-
Notifications
You must be signed in to change notification settings - Fork 241
[Next] Back Navigation crashing the app w/ The specified child already has a parent #1516
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
Labels
Comments
Issue reproducible only on Android (works as expected on iOS). A simplified scenario to reproduce the case in this branch. Steps to reproduce:
|
Reported here as well. |
Possibly related to the usage of the Android Fragment Manager as the issue is now reproducible with Core projects |
This issue was moved to NativeScript/NativeScript#6312 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Working with
next
oftns-core-modules
andnativescript-angular
and navigating withnsRouterLink
and then back with the hardware button is causing a crash.Steps to reproduce:
Use this demo branch
Load the app and the initial page will load with a closed sidedrawer. Navigation through the sidedrawer and back (to "Details") is working as expected.
Navigate to the same details page via nsRouterLink by pressing the page upper content and then navigate back and the application will crash with:
package.json content using next
The above case is working as expected with official versions of nativescript-angular and tns-core-modules. The navigation also works when
routerExtensions
is used ins tead ofnsRouterLink
Workaround
The text was updated successfully, but these errors were encountered: