zyra / ionic-super-tabs

Swipeable Tabs for Ionic
MIT License
664 stars 192 forks source link

Disable 'swipeEnabled' while scrolling a horizontal list #448

Open Pacn91 opened 4 years ago

Pacn91 commented 4 years ago

Is your feature request related to a problem? Please describe. I have a horizontal scrollable list that doens't work well with the swipe gesture to change between tabs. Even with allowElementScroll as true, the tab pane more than often gets changed while I'm scrolling on the horizontal list.

Describe the solution you'd like The swipe gesture should only be applied when the horizontal list gets to the end or even not apply at all when the user is swiping on that determined element.

Am I missing something or is this how the super-tabs was designed to be behave?

Best regards