flipbook-vue icon indicating copy to clipboard operation
flipbook-vue copied to clipboard

Question: How to implement flip on click?

Open iplanwebsites opened this issue 2 years ago • 2 comments

I'm not using the zoom feature and would like to implement page flip on clicks. I haven't seen an easy way to achieve this with the API so I was wondering what would be my best bet to add this functionality.

Great component by the way!

iplanwebsites avatar Aug 09 '22 20:08 iplanwebsites

I think it is not possible at the moment. I will add that feature when I have time.

ts1 avatar Aug 10 '22 04:08 ts1

I'm not using the zoom feature and would like to implement page flip on clicks. I haven't seen an easy way to achieve this with the API so I was wondering what would be my best bet to add this functionality.

Great component by the way!

you can probably just overlay the prev/next page link with a high enough z-index and positioning

mediavrog avatar Jan 22 '23 02:01 mediavrog