Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Horizontal PDF doesn't scroll down to the end of the document(portrait mode) #176

Open
ArturLen opened this issue Mar 5, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@ArturLen
Copy link

ArturLen commented Mar 5, 2025

📝 Describe the Bug

When I have a Horizontal PDF and would like to scroll down to the end of the document in portrait mode, I'm not able to achieve this point in PdfRendererView.StatusCallBack

Image

I'm receiving only onPageChanged = 4/6 as the last log in the 6 pages document

*Worth mentioning that it's fine if I change the phone's position to horizontal.

📖 Library Version

  • 2.2.0

🚶 Steps to Reproduce

Please follow these steps to reproduce the issue:

  1. Trying to load 6 pages horizontal pdf document
  2. Scrolling down to the end of the document
  3. Listener onPageChanged doesn't work properly

🤔 Expected Behavior

I should fully see my document and in the listener I should be getting :onPageChanged = 6/6

🖼️ Screenshots/Videos

*Texts of page numbering are centered on each page:

Image

📱 Smartphone Info:

Multiple devices e.g. samsung s23 (android 13)

💻 Code Snippets

Include relevant code snippets or links to code repositories.

📜 Log Output/Stack Trace

Include any error logs or stack trace for more context.

💬 Additional Context

Add any other context about the problem here. Mention if the issue is consistent, specific scenarios where the bug occurs, etc.


@ArturLen ArturLen added the bug Something isn't working label Mar 5, 2025
Copy link

github-actions bot commented Mar 5, 2025

Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon. Need help or want to discuss this issue? Join our Discord community here to ask questions and discuss this issue live!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant