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?
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.
If you need any further assistance with the matter, please do not hesitate to ask.