I have a DataTemplate that puts a slider inside a ListView within a TabbedPage. On Android the slider does not move correctly and sliding left to right activates the TabbedPage sliding feature. If the slider is outside the ListView it works correctly. How can I prevent parent controls of the slider from handling the drag gesture?
The method ViewParent.requestDisallowInterceptTouchEvent(boolean) may be of help but which renderer etc would I do this?