javascript - Ipad scroll reached bottom condition not met -


i have requirement change footer if scroll reached bottom of page. used

if($(window).scrolltop() + $(window).height() == $(document).height()) 

condition check whether scroll has reached bottom or not. condition not getting met in ipad, works on desktop.

is there different check find if scroll has reached bottom? how fix this?

this because of bug ios7. can check answer if helps ios 7 - css - html height - 100% = 692px


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -