Skip to content

Conversation

@aquintiliano
Copy link

This commit adds 2 more listeners that I need in a project:

ScrollListener (differs from PageScrollListener, since I need X and Y position)
ZoomListener

If you are not ok with the code, please, let me know, otherwise, please, merge it

Thanks

@vimalcvs
Copy link

vimalcvs commented Aug 2, 2022

  pdfView = findViewById(R.id.pdfView);
    pdfView.setMinZoom(1f);
    pdfView.setMidZoom(2.5f);
    pdfView.setMaxZoom(10.0f);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants