Currently I have a webpage served as an interactive ad in the app. You can swipe the text on the background image to get to the next text. I am using Swiper, but right now when I swipe the screen, the background image also swipes to the right, which is not what I wanted. Is there a way to make only the text swipes, but not the background, with Swiper?
Try to set overflow-x: hidden; to the bg-image element.
However, like axel mentioned, show us some code.