Turn home button into a 'go back to start of nav history'
This commit is contained in:
parent
9ff78bbc43
commit
d608d67bfe
2 changed files with 7 additions and 1 deletions
|
@ -107,6 +107,12 @@ export class NavigationTabModel {
|
|||
}
|
||||
}
|
||||
|
||||
goBackToZero() {
|
||||
if (this.canGoBack) {
|
||||
this.index = 0
|
||||
}
|
||||
}
|
||||
|
||||
goForward() {
|
||||
if (this.canGoForward) {
|
||||
this.index++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue