mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(tabs): swipeBackEnabled works with tabs as expected
This commit is contained in:

committed by
Adam Bradley

parent
aea866a742
commit
2bff535e7b
@ -1783,6 +1783,13 @@ export class NavController extends Ion {
|
||||
return this._views.length;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
isSwipeBackEnabled(): boolean {
|
||||
return this._sbEnabled;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the root `NavController`.
|
||||
* @returns {NavController}
|
||||
|
Reference in New Issue
Block a user