Window .scroll not working in mobile

Window .scroll not working in mobile

Hi,

The below script is not working in the mobile.
<script type="text/javascript"> $(window).scroll( function() { if($(window).scrollTop() == $(document).height() - $(window).height()) { alert("it works"); } }); </script>
Please advise me. Really urgent project.

Thanks