jQuery Mobile pageLoading Dialog does not move with page scroll

jQuery Mobile pageLoading Dialog does not move with page scroll

Hi,

is there anyway of getting the jQuery Mobile loading dialog to move with the page as the user scrolls down?

Currently, we offer a list of clickable items.  If an item in the list is clicked, we show the loading dialog to indicate we are retrieving the details for the clicked item i.e. $.mobile.pageLoading()

This works very well when the list only takes up a single screen.  However, in many cases the item the user wishes to open requires them to scroll down the list and the dialog shown by the line above is out of view so the user is confused because nothing seems to be happening.

Is there any way of getting the dialog to reposition so it's always in view?

thanks

Matt