Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS iframe scrolling problems in iOS iphone 5 & 6 Reply To: iframe scrolling problems in iOS iphone 5 & 6

#209625
SEANE
Participant

Hi Beverley,

Thanks for input above, I tried both implementations. The “css only” wrapper approach is on the same URL above (I retained existing iframe treatment, so the new iframe treatment is BELOW the existing iframe). On the 4s the information disappears when I try to scroll.

<iframe src=”http://bbms.biz/listings/bbf-170/bus-rest.asp&#8221; frameborder=”0″></iframe>

The dynamic drive code is implemented below the existing iframe on this page… http://209.95.59.111/~acquisit/blog/businesses-sale/treasure-coast-business-listings/

<iframe src=”http://bbms.biz/listings/bbf-170/bus-reg.asp&#8221; style=”position: absolute; width: 100%; height: 100%” frameborder=”0″ onload=”var iOS=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream; if(iOS) {this.parentNode.style.webkitOverflowScrolling = ‘touch’; this.parentNode.style.overflowY = ‘scroll’;}” ></iframe>

Neither one seems to be working properly (at least on the 4s). Would you mind taking a peek on your 5s and see what is happening?

Thank you.

SE