Hi,
the modalframes are not scrollable on iOS (iPhone, iPad / iOS 4 and 5). In iOS 5 position:fixed should work.
I played a little bit around with the overflow-setting to get it work in iOS, but that broke MSIE...
Anyone solved that?
(btw: dont know if two-finger-scrolling works - but thats not the solution!)
Comments
Comment #1
Hunabku commentedWell its not Modal Frame that is the problem. iframes in general are not scrollable on recent iOS releases. The way around it involves adding the style "-webkit-overflow-scrolling:touch" for the container div that wraps the iframe. To do so you have to hack Modal Frames parent.js file.
--------
On about line 142 of parent.js find the following:
--------
Replace with:
Comment #2
markus_petrux commentedHow about trying something like overthrow?
https://github.com/filamentgroup/Overthrow/
It seems to me you could load overthrow.js on the page, and add a CSS class like:
PS: This is not a bug in modalframe, but something that does not work properly on certain browsers.
Comment #3
dsnopekApproach suggested by @markus_petrux should work! Closing.