-
I want to know if it is possible to turn HTML pages (with urls) instead of turning just div elements .... that mainly to turn between ePub format book.
-
Hello, I'm experiencing one issue with hover effect on page corners.
I have google maps in my flipbook, which is located on the top of the page. The gmaps has some buttons on the top left corner whic…
-
Is there a way to reverse the peel method.
So:
if a user hovers over an element: .turn('peel', 'tr')
then when they hover off .turn.('unpeel', 'tr')
The stop method works but it isn't animated.
…
cato updated
11 years ago
-
Hi,
i'm working with the v4 and i've got a problem, when i got a region click (link) on a mailto or/and link to-page, the flipbook zoom in.
Same problem with my button slideshow next previous.
How …
syNip updated
11 years ago
-
Hello again,
I notice the following, on iPad, while turning the page if you "accidentally" tap with a second finger on the screen the turning page remains frozen in that position , let's say half tur…
-
Hi there,
I have a CMS where users can upload images that will be displayed inside your FlipBook. These pages can be ordered dynamically. I see that pages are named by a number... but this cause a pro…
-
I'm currently on version 4 and when I call my peel:
$('.ibrochure').turn('peel', 'tr');
No action occurs and no errors are reported. I've tried several different corner types. I'm using the 'doubl…
-
Hello,
I'm testing the flipbook on iphone 3 and 4, on the old one, the flipbook is really slow and when we try to turn the page, the next/previous page appears rotated on the corner in full size (I m…
-
I have tried to add some timer functions to wait a number of milliseconds and then progress the book.
Nothing to advanced for starters just
if(isIpadOrSmallScreen()){
flipbookHeight = 522;
…
-
Hi,
I have an animation on the page which I would like to stop when the user is dragging a corner.
As I understand, it is not the "turning" event which happens after the corner is released, and it is…