iframe breaking page scrolling with jquery mobile

iframe breaking page scrolling with jquery mobile

I 'm have a weird issue here. I have a piece of the jquery mobile events code running on my mobile site. Everything works fine, but when my page is completely still and i put my finger on an iframe and try to move the page nothing happens. I have gone into the events that are being created by jquery mobile code (tap and swipeleft/right) and the event is never reaching any of the code there while touching the iframe. I have tried to put the whole jquery library in just to make sure I wasn't doing anything weird and I get the same results. Pretty much the google ad iframe is stopping the move/scroll event from propagating up to the window when jquery mobile events are being used (i take the lib out and everything works fine). Anyone have any suggestions on how to fix or come across this problem before?

Oh yeah, this is on an iphone ios5+