Navigation to current page or spread. This is typically used when a SWIPE_NAVIGATION gesture is canceled, to indicate that the renderer is performing an animation to restore current state.
In a scrolling renderer, this action has no effect.
Navigation to a new location in the ReaderPublication which cannot be described as a NEXT or PREVIOUS navigation action.
Navigation to the next range of content. In a paginated renderer this will be the next page or spread. In a scrolling renderer this may be the content range after the currently visible content, or the start of the next document if the scroll is at the bottom.
Navigation to the next RenderablePage that is not currently visible in the ReaderView.
Navigation to the previous range of content. In a paginated renderer this will be the previous page or spread. In a scrolling renderer this may be the content range before the currently visible content, or the end of the previous document if the scroll is at the top.
Navigation to the previous RenderablePage that is not currently visible in the ReaderView.
Generated using TypeDoc
Describes the navigation actions that can be performed on a ReaderView.