codrops / BookBlock

A jQuery plugin that will create a booklet-like component that let's you navigate through its items by flipping the pages.
976 stars 264 forks source link

Page Flicker on Android #39

Open mspirek opened 10 years ago

mspirek commented 10 years ago

When flipping pages on Android tablets the page flickers constantly during the animation. I've only noticed this on Android. No other browsers or devices.

tsi commented 10 years ago

We have the same issue, in our case the issue is most notable on pages that contain iframes (google maps).

rvallespin commented 10 years ago

I dont know if u refer exactly the same, but try this on bookblock.css (line 44): .bb-outer, .bb-content, .bb-inner { position: absolute; height: 100%; width: 100%; top: 0; left: 0; /background: #fff;/

Removing the background color fixes that annoying blink effect on CordovaWebView for Android and Chrome for Android too