I have implemented mupdf for my android application.It is working fine,but i need more zoom.I tried to override onDoubleTap method,but it didn't worked.How to implement more zoom facility?
Asked
Active
Viewed 567 times
1 Answers
0
I'am not sure, but i think the field "mScale = 1.0f" in ReaderView.java is the key. For a quick test, increase it a bit and see what happens, e.g. to 1.2f

A.D.
- 1,412
- 2
- 19
- 37