Search code examples
javascriptjqueryhtmlscorm

Scroll not working in iphone using iframe. Is there any way to dynamically load htmls into a another html without using iframe


I am adding some html's dynamically using an iframe src. I have designed these htmls in responsivve mode. But i am getting the problem regarding the scroll using iframe in Iphone. Is ther any other way to dynamicaly load html pages so that it can be useful to my requirement.


Solution

  • You're better off fixing the scrolling via JavaScript. There are a bunch of tutorials explaining how. Here's a recent one: http://davidwalsh.name/scroll-iframes-ios