I did an infinite scroll and it worked perfectly, but when I went to test it on a cell phone it just did not work, the method I used was this:
win.scroll(function()
{
if($(document).height() - win.height() == win.scrollTop())
{
}
});