$(window).scrollTop()
is coming 0 for every scroll position in mobile.
Tried using $("body"), $(document). I need to find pixels that are hidden from view above the scrollable area in mobile. This piece of code works perfectly fine for Desktop.
Edit: Issue Resolved. Css issue. After I removed overflow-x: hidden from Body, its working fine now.