On a jQuery Mobile project, I have a div which is on position: fixed and it works great.
But, when I activate the Touch Overflow with
$(document).bind("mobileinit", function(){
$.mobile.touchOverflowEnabled = true;
});
The div is no longer fixed. Seems weird… Would you have a solution ?
This will not solve your problem but TouchOverFlow I believe will be deprecated in 1.1 release:
jQM 1.1 is scheduled to be release very soon