How to swipe pdf pages vertically in Xamarin.android using MuPDF library ?
Asked
Active
Viewed 76 times
1
-
Did you try to use this plugin in your project ?https://github.com/minaairsupport/MuPDF_Xamarin this plugin achieved swipeHorizontal(boolean isHorizontal) to change orentation of swiping between horizontal and vertica – Leon Apr 10 '19 at 09:01
-
I have checked there is no such flag for orientation. – Amit Malhi Apr 12 '19 at 09:48
-
You could try to change the horizontal values to vertical ( change all width related calculations to height ). Change onLayout() &onFling() like this link https://stackoverflow.com/questions/33333069/mupdf-android-library-vertical-scroll – Leon Apr 25 '19 at 01:49