Thanks for your reply
I tried iscroll package before
This package can be used normally under the jquery mobile
but if you try to use the following syntax code to do paging action in Jquery mobile
function changePage ()
{
$.mobile.loadingMessage = "Loading, please wait ..."; / / Load the success message
$.mobile.pageLoadErrorMessage = "Load failed, please try again ..."; / / load failure message
$.mobile.changePage ("your_iscroller_page.html", "none", false, false);
}
iscroll's style and it's function will all broken
That is true, you can try if you have time...
Now,I use => document.body.offsetHeight
to detect the screen's true height
Then through this height, locked in a relevant content within the range
I studied gmail and facebook before
They had the similar methods to design their page
Share it with your