3.3.0-beta.1
#3.3.0-beta.1 CG 20230830
new features:
- pinch gesture zoom (callback onPinchZoom).
- double tap zoom (callback onDoubleTap).
- scroll Animation (callback OnScrollAnimation).
note: Called when the user has a scroll gesture, before processing scroll handle toggling
(options:
ScrollMoveDirection.NONE,
ScrollMoveDirection.HORIZONTAL,
ScrollMoveDirection.VERTICAL
) - new callback add oldZoom and newZoom, this is functionality in active scroll pinch gesture
- center pdf change zoom
- add method getPageSpacing, return Get spacing between pages.