I am using B4XRulerPicker as a child view for AsViewPager; however the touch event for the ruler seems is affected by the parent.
I have tried multiple options and tried to set Scroll to false to overcome this but didn't work.
I have attached a small project that shows the difference when adding the ruler view directly to the layout as opposed to be the child of the AsViewPager.
Very difficult on Android. The ASViewPager is based on the xCustomListView and this is based on the HorizontalScrollView in horizontal mode. Even the ASViewPagerNative has problems and this is based on a native ViewPager. No idea what to do about it. Sorry for this.