📝 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:
- 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.
📝 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.StatusCallBackI'm receiving only
onPageChanged = 4/6as 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.