Simbul / baker

The HTML5 ebook framework to publish interactive books & magazines on iPad & iPhone using simply open web standards
http://bakerframework.com
1.53k stars 378 forks source link

Bug in Baker 4.2 when swiping pages. #1208

Closed codegeek511 closed 10 years ago

codegeek511 commented 11 years ago

I was swiping through the pages of my magazine and then suddenly i had to swipe twice to get to the next page. Has this happened to anyone else? Also is there a way i can fix it? Lastly could have been my iPad having a glitch and not the app?

folletto commented 11 years ago

It's very difficult to say from the description you give. What happens? What do you mean to "swipe twice to get to the next page"?

Could you please go through Problems and Debugging and report back, including a video that shows the issue?

albertora commented 11 years ago

Hi, I've the same problem, since I've updated to version 4.2, I swipe on some pages and the first time doesn't works, the page makes a little bounce, at the second time the page swipes ok. Were you able to fix this problem?

albertora commented 11 years ago

Ok, the problem seems to be, in my case, a div bigger than the page without overflow hidden. Now all works fine.

calaba commented 10 years ago

Had same/similiar issue - only while swiping right to left (go to next page on right side). The problem was caused due some CSS style clashes. I was also using Laker Compendium on top of Baker. And I used one of my styles with HTML body tag () .. after removing the body-tag style - all start working fine ..