Closed (fixed)
Project:
Modal Frame API
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2012 at 08:41 UTC
Updated:
28 Nov 2013 at 20:10 UTC
Jump to comment: Most recent
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.