scrollTo() sometimes not working on mobile

$w("#element).scrollTo() inside a lightbox is working on the emulator but not always on a real phone. (any phone). any ideas ? is it depended on the lightbox dimensions ?

window.scrollTo(x, y); works perfectly fine if your content is large enough.
This works if your content is large enough . This means larger than the viewport.

https://www.andyshora.com/mobile-scroll-event-problems.html

https://www.wix.com/code/reference/$w.Slide.html#scrollTo
https://www.wix.com/code/reference/wix-window.html#scrollTo