Xamarin-Sidebar icon indicating copy to clipboard operation
Xamarin-Sidebar copied to clipboard

UISlider inside Content view controller doesn't move smoothly

Open aproram opened this issue 8 years ago • 3 comments

I'm facing a problem that I have a UISlider inside a UIScrollview in a UIViewController that is content view controller. It contains a UISlider, the uislider works normally on simulater. On physical device it doesn't work smoothly, I have to drag it from the very accurate center point which is quite annoying. When I try to view that UIViewController without using SidebarNavigation it works just fine as expected.. Any suggestion ? -Update- A repo that does reproduce the problem: https://github.com/aproram/Xamarin-SideBarNavigation-UISlider-Issue-Demo

aproram avatar Oct 25 '17 15:10 aproram

Nothing that I can think of. Have you tried disabling the slide functionality of the menu?

jdehlin avatar Oct 26 '17 16:10 jdehlin

@jdehlin SidebarController.DisablePanGesture is not accessible while using SidebarNavigation as a xamarin component.. May you tell me how to disable the slide functionality some other way?

aproram avatar Oct 28 '17 00:10 aproram

Use the latest nuget version.

martijn00 avatar Mar 21 '18 14:03 martijn00