android-PageFlip
android-PageFlip copied to clipboard
Incorrect Page Number.
mPageNo returns incorrect page numbers. For the first 2 pages, the mPageNo returns same value 1.
In onDrawFrame() in SinglePageRender.java file, the following condition if (!page.isSecondTextureSet()) { ..... }, fails, if user swipes forward and then comes back to first page by swiping backwards. And then swipes forward, for page no. 2, it does not show the correct page.
I will take a look. Thanks