Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Flicker on Android #39

Open
mspirek opened this issue Apr 22, 2014 · 2 comments
Open

Page Flicker on Android #39

mspirek opened this issue Apr 22, 2014 · 2 comments

Comments

@mspirek
Copy link

mspirek commented Apr 22, 2014

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
Copy link

tsi commented May 28, 2014

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

@rvallespin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants