android - How to get more zoom from mupdf -


I have implemented mupdf for my Android application. This is working fine, but I need to zoom more. I tried to override the double-tape method, but it did not work. How to implement more zoom feature?

I'am not sure, but I think the field "mScale = 1.0f" ReaderView. In java there is a key for quick testing, increase it slightly and see what happens, e.g. To 1.2f

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -