Plugin.SegmentedControl icon indicating copy to clipboard operation
Plugin.SegmentedControl copied to clipboard

Disable swipe on iOS 13

Open bluekuen opened this issue 5 years ago • 5 comments

Hello,

i updated to iOS 13 and can't use the segmentedControl anymore because of the new swipe selection. The problem is that my SegmentedControl is inside a scrollview because i have a lot of segments in my control. Now on iOS 13 i can't swipe anymore beacuse of the swipe selection and i don't know how to turn it off. I tried a custom Renderer but there's no option to disable the swipe. Pls help.

bluekuen avatar Oct 25 '19 12:10 bluekuen

Does anybody have an idea?

bluekuen avatar Oct 30 '19 12:10 bluekuen

Have you tried using InputTransparency = True on the ScrollView or something to that effect?

1iveowl avatar Oct 31 '19 11:10 1iveowl

Did you try the suggestions at https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/ios/scrollview-content-touches ?

Do you have a small sample project to reproduce this behavior?

rjantz3 avatar Feb 07 '20 04:02 rjantz3

No, didn't know about it. Thanks for the suggestion! I will try it soon! I tried InputTransparency = True but that didn't help because i also need to click the segmentedControl. I can't provide a sample Project atm sorry. But it's just a SegmentedControl inside as horizontal Scrollview.

bluekuen avatar Feb 07 '20 06:02 bluekuen

There're currently some challenges with Swipe: https://github.com/xamarin/Xamarin.Forms/issues/9088

1iveowl avatar Mar 10 '20 16:03 1iveowl