Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: 9.0.0
-
Fix Version/s: 9.0.1
-
Component/s: None
-
Security Level: Jimmy
-
Labels:None
Description
Steps to Reproduce
1. run
<div height="500px"> <pdfviewer src="Bill.pdf" vflex="1" /> </div>
2. try to scroll down to the next page
Current Result
you can't. You can only scroll to the bottom of the page.
When a page is partially visible, scrolling can only allow you to scroll inside the current page. You can't scroll to another page.
Expected behavior
scrolling up/down can freely change to different pages.