Skip to content

3.3.0-beta.1

Choose a tag to compare

@93cgutierrez 93cgutierrez released this 31 Aug 18:27
· 10 commits to dev since this release
f940036

#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.