I am using iframe colorboxes all over a site I have developed. They work fine but the major problem is that they don't scroll in iOS 6 (or any iOS that I can tell). I have tried many solutions online but none of them work 100%. The closest I got was the setTimeout one but that one has a bug that kept shooting me to the top.
Does anyone have a good solution for this issue?
At this hour, I'm solving for this issue using iScroll4 for iPad/Pod/Phone, as iOS does not support position:fixed.
Edit:
Child Page (iFramed from parent)
<html>
<body>
<div id="scroller-parent"><!-- position:absolute -->
<div id="scroller"><!-- position:relative -->
... content of scrollable iFrame content ...
</div>
</div>
</body>
</html>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With