Fixed positioning for ipad/iphone (e.g. popup windows)

Fixed positioning for ipad/iphone (e.g. popup windows)

 
That webpage uses uses nearly 400 lines of plain javascript to make a row of icons stay at the same position of the screen (well it jumps to the top if you scroll the view up or something)
 
It doesn't work on other devices though such as PC's.
 
It would be good if jqModal or some other plugin could be modified to also be compatible with ipads/iphones. At the moment normal plugins including
appear at the top of the webpage, on top - even if you click a link that was at the bottom of the webpage. Scrolling the view up and down makes the popup and overlay come in and out of view.
 
At the moment I'm considering making it switch to another window and then use history to go back to the original webpage...