ts1 / flipbook-vue

3D page flip effect for Vue.js
https://ts1.github.io/flipbook-vue/
614 stars 158 forks source link

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

Closed jordanmarshall12 closed 2 years ago

jordanmarshall12 commented 2 years ago

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 2 years ago

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

jordanmarshall12 commented 2 years ago

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!