I am using background-attachment:fixed for my phonegap application. It work on browser but not work on my android phone.
Nobody knows where is the problem?
Thanks in Advance.
I am using background-attachment:fixed for my phonegap application. It work on browser but not work on my android phone.
Nobody knows where is the problem?
Thanks in Advance.
It's a bug, I ended up using background-attachment: local
and manually setting the background-position
with -left px
, -top px
, then calculating the amount to scale width for background-size
to match the parent's background
It looks great, but way too much computation and hacking for my taste