Embedded content doesn't scroll on iOS

Hi,

I’m creating a Window with a Embedded inside to show at the user some PDF or other content. When running the application on Chrome/Safari/Firefox, it works perfectly. When running it on iOS it doesn’t allow to scroll the content. Actually, what’s behind the Window (modal) starts scrolling).

Is there any defect? I’m using Vaadin 7.7.6.

Thanks,
Alex Roig

Almost always when my app can’t scroll in iOS there is a container that shouldn’t scroll, but doesn’t explicitly is defined that way. Telling it “overflow: hidden;” usually solves it.