You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Trying to load 6 pages horizontal pdf document
Scrolling down to the end of the document
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:
📱 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.
The text was updated successfully, but these errors were encountered:
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!
📝 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
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
🚶 Steps to Reproduce
Please follow these steps to reproduce the issue:
🤔 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:
📱 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.
The text was updated successfully, but these errors were encountered: