Tagged: color section
NB. Its the 4th time that i try to get solution.
Try again: I create a color sectio with background image and text above that have a scroll effect.
ON MOBILE IT DOESN SCROLL.
Hey Stilecatalini,
Thank you for the inquiry.
Are you referring to the parallax effect? This effect or option is actually disabled on mobile devices by default. Setting it to “fixed” instead of “parallax” might work, but this option is partially or not fully supported on iOS devices and Android browsers.
// https://caniuse.com/background-attachment
// https://stackoverflow.com/questions/21476380/background-size-on-ios
Best regards,
Ismael
It doesn’t work!
Please check some website where it’s works or try directly on my website.
Thanks
Hi,
On which device are you testing it? As we mentioned above, fixed elements or backgrounds are not fully supported on iOS devices and some mobile browsers. You may need to consider setting it to scroll on mobile view.
Best regards,
Ismael
It doesn’t work on IOS and on Android!
It works only on PC.
Hi,
As we mentioned above, fixed elements or backgrounds are not fully supported on iOS devices and some mobile browsers. You may need to consider setting it to scroll on mobile view.
Unfortunately, we cannot do anything about it because fixed elements are not yet fully supported on those devices.
// https://caniuse.com/background-attachment
// https://stackoverflow.com/questions/21476380/background-size-on-ios
Best regards,
Ismael