MuPDF Android Library Vertical Scroll

I use MuPdf Android Library , I want to scroll vertically instead of a horizontal page. Scrolling, everything except skipped the problem and found an answer to Stackoverflow , and someone answered his question , which worked on Questions Author, but I don’t get this solution, put these methods in ReaderView, but this way I found errors related to other actions, kindly helped me, where are these methods, etc. Has anyone worked on mupdf vertical scrolling?

+5
source share
2 answers

As Arunjyothis said:

You can do this by changing the horizontal values ​​to vertical ones (change all calculations related to width to height)

Mark the answer HERE .

+2
source

I created a new binding library for Mupdf using the swipeHorizontal(boolean isHorizontal) method so you can easily change the vertical and horizontal scroll

https://github.com/minaairsupport/MuPDF_Xamarin

Just download the library and specify it in your project

0
source

Source: https://habr.com/ru/post/1234478/


All Articles