I am trying to use a horizontal ViewPager (for showing some images within a ScrollView with vertical scrolling.
Unfortunately, the ViewPager never receives the appropriate events and thus does not change the shown image.
I also tried to use a regular ScrollView instead of the ViewPager, which does work neither. When using the Android API directly (using Xamarin for Android) this works fine.
I also tried implementing my own ScrollView wrapper, but unfortunately there are several internal classes within Xamarin.Forms.Platform.Android which makes this not that easy.
Is there any workaround to this problem? Maybe registering some custom gesture listeners for doing the image swiping?