Despite searching on SO and the web, I have not been able to find a satisfactory answer to my problem. I am currently working on optimizing an advertisement on my website so that it remains fixed when the user scrolls down the page. I have experimented with various solutions involving gesturechange
and touchmove
, but none have provided the desired outcome.
Is there a way to dynamically track the window position while a user is scrolling on Safari in iOS 6 or 7? This includes capturing data during momentum scrolling, even after the user has lifted their finger from the screen.