-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
ionitron: needs reproductiona code reproduction is needed from the issue authora code reproduction is needed from the issue author
Description
Bug Report
Ionic version:
[ ] 4.x
[x] 5.x
Current behavior:
I followed the docs and pick the first option default back button, I added in children page and back button is showing properly but when i click on it nothing happens
Expected behavior:
When i click on back button it should take me to previous route/component
Steps to reproduce:
Related code:
onChildrenHandler(i) {
this._router.navigate([i], { relativeTo: this._route })
}
on children.html
<ion-header>
<ion-toolbar>
<ion-buttons slot="start">
<ion-back-button></ion-back-button>
</ion-buttons>
<ion-title>children</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
</ion-content>
<ion-footer>
</ion-footer>
Other information:
Ionic info:
ionic info
Ionic:
Ionic CLI : 6.11.0 (C:\Users\indra26\AppData\Roaming\npm\node_modules\@ionic\cli)
Ionic Framework : @ionic/angular 5.3.1
@angular-devkit/build-angular : 0.1000.7
@angular-devkit/schematics : 10.0.7
@angular/cli : 10.0.7
@ionic/angular-toolkit : 2.3.2
Utility:
cordova-res : 0.15.1
native-run : 1.0.0
System:
NodeJS : v10.16.3 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 10
Metadata
Metadata
Assignees
Labels
ionitron: needs reproductiona code reproduction is needed from the issue authora code reproduction is needed from the issue author

