Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
450
Scrolling in iPad
posted

I have a WDW that has an iframe with in it.  The page within the iframe should scroll, but doesn't on the iPad.  The scrolling shows/works on all of the browsers on my desktop, just not on the iPad.

Is this a known problem?  How do I fix it?

Parents
  • 37874
    posted

    Hello mts176,

    This seems to be an issue with iframes on iPad and is not related to WebDialogWindow. However I tested your scenario and setting the following css rule solved the issue:

        html {
            -webkit-overflow-scrolling: touch;
        }

    Let me know if you have any further questions.

Reply Children
No Data