I’m not sure whether this is intended or is a bug:
(1) http://localhost:8100/home navigates to
(2) http://localhost:8100/posts navigates to
(3) http://localhost:8100/posts/post-detail/123 navigates to
(4) http://localhost:8100/users navigates to
(5) http://localhost:8100/users/user-detail/456 navigates to
(6) http://localhost:8100/posts/post-detail/123 — clicking the BACK BUTTON here goes back to (2)
My setup:
npx ionic --version
5.2.1
"@ionic/angular": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-4.7.0.tgz",
"integrity": "sha512-m4lMAm1wZb+oBAg4TBaI7DImDs8FLxG+z2dbqyRh1KGRbd1SExvyDq0Rleebl/AJBwiYHfCWltye1MEffUZBfA==",
"requires": {
"@ionic/core": "4.7.0",
"tslib": "^1.9.3"
}
},
1 post - 1 participant