I am using 17.1.0.42
On the iOS version of my Xamarin.Forms app, when I enable swipe on the SfTabView I can swipe between taps without an issue - however when I disable swipe and I swipe on the page I often get blank pages and I have to click on the tabs to get the content back.
Is this a known issue?
tabView:SfTabView x:Name="tabViewMain"
TabHeaderPosition="Bottom"
HorizontalOptions="FillAndExpand"
DisplayMode="ImageWithText"
SelectedIndex="2"
VisibleHeaderCount="5"
EnableSwiping="False"
TabHeight="100"
Margin="0">