scrollTop is not working in iOS mobile

scrollTop is not working in iOS mobile

scrollTop is not working in iOS mobile(safari), I have used "var scrollOwnTop = $('body').scrollTop();", getting 75 and 0 if "var scrollOwnTop = $(html).scrollTop();". How will I get the scrollTop value?