ts1/flipbook-vue

canFlipLeft / canFlipRight is false when current page is less than numPages

jordanmarshall12 opened this issue · 2 comments

Hello,

I have an issue where the component is setting canFlipLeft/Right and canGoForward/Back to false when I am on a page number that is significantly less than than the total (numPages). My flipbook has a cover page + 4 interior spreads. The library works fine for flipping my first few times, but I don't get the page flipping effect when I attempt to go to spread 3 because of the false values mentioned above. Thanks for any input you might have!

I've attached some screenshots for reference -

pages_screenshot

canGo_screenshot

ts1 commented

Can you provide a minimum set of a fully working application that reproduce the bug?

I think I have the issue resolved. Closed issue #68 was helpful - I renamed all of the images to have a unique name and it looks like it's working. Thanks for your time!