Quote from
luishp on February 13, 2019, 3:03 pm
Go to Project -> Properties -> Styles and add this code:
.scrollable{
overflow:auto;
-webkit-overflow-scrolling:touch;
}
Then goto the working area and select your IFrame.
On the properties panel, go to Advanced and select "scrollable" on the css-class property.
I think it will work. It's a known bug in iOS Safari browser.
Go to Project -> Properties -> Styles and add this code:
.scrollable{
overflow:auto;
-webkit-overflow-scrolling:touch;
}
Then goto the working area and select your IFrame.
On the properties panel, go to Advanced and select "scrollable" on the css-class property.
I think it will work. It's a known bug in iOS Safari browser.