getsmap / smap-responsive

A JavaScript framework for simple creation of web maps with responsive design supporting a range of different browsers and devices
GNU General Public License v3.0
14 stars 12 forks source link

Scrolling in modal does not work on iOS. #268

Closed peterahlstrom closed 6 years ago

peterahlstrom commented 6 years ago

Scrolling did not work because the content where shown in an iframe. Solved by adding option contentInIframe to config. If option is false, the html-file is loaded and inserted directly to the dialog element.