rrutsche / react-parallax

A React Component for parallax effect
MIT License
847 stars 76 forks source link

Scrolling a bit jittery in Safari mobile #45

Open quangdng opened 6 years ago

quangdng commented 6 years ago

Hi mate,

Thanks for the great component. Just a bit of issue here with the Safari mobile scrolling (<=iPhone 7) seems to be a bit jittery and I can't seem to figure out what is the root cause of the issue.

Please let me know if you have any idea.

Cheers, quangdng.

rrutsche commented 6 years ago

Hi, thanks for the report. I already investigated some time a while ago and added some css attributes like WebkitTransformStyle : preserve-3d and WebkitBackfaceVisibility : hidden and it did help on some of the devices. But obviously it's not fixed yet. I will have a look at it again and let you know if I find something.

Cheers

chargome commented 5 years ago

Hi!

Any solution to this one?

xbreid commented 5 years ago

Hello, looking for an update here if any.

rrutsche commented 5 years ago

Hey guys, I just tested on my device and it scrolls without flickering. Can you tell me which device and OS you are using. My device is in fact very old - iPhone SE - but has iOS 12.1.3 on it.