A plugin that lets the user swipe between tabs in a TabPanel. No configuration is needed.
{
xtype: 'tabpanel',
...,
plugins: 'swipetabs',
...
}
If you need a particular panel to not have swipe actions added to it, you can disable them by setting allowSwipe to false on the item.