You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a TabBarView that has inside it a scrollable tab, but want to disable the tab bar view drag / slide event and only allow the tab button to change the tab view.
In HTML / Javascript we would do this with event.stopPropagation, in this case I want the scrollable tab to continue to be scrollable (vertically) but disable changing tabs while dragging horizontally.