You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is EpubNavigatorFragment.goForward(true) supposed to be animating page turns? Because for me it is only animating the transition between sections/chapters, but page turns are always instantaneous.
no_animated_page_turns.mp4
How to reproduce?
Open a book and perform an action that will programmatically change pages with EpubNavigatorFragment.goForward(true) (in my case, it is a tap handler for the right side of the page).
Describe the bug
Is
EpubNavigatorFragment.goForward(true)supposed to be animating page turns? Because for me it is only animating the transition between sections/chapters, but page turns are always instantaneous.no_animated_page_turns.mp4
How to reproduce?
Open a book and perform an action that will programmatically change pages with
EpubNavigatorFragment.goForward(true)(in my case, it is a tap handler for the right side of the page).Readium version
3.1.2
Android API version
35
Additional context
No response