Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Horizontal scroll does not work in iOS mobile

SA-9881

Summary



On attempting to view a Pega application in iOS mobile, the horizontal scroll does not work for work objects. The functionality is works fine in Anrdoid and normal browsers.

Error Messages



Not Applicable.

Steps to Reproduce



1. Include a portal with screen layout and a section with a button to launch another harness.
2. Include a screen layout and a section with tab group in that harness again.
3. The tab group has one section which shows a list of work objects and a dynamic container.
4. The link on each work object opens it using "Open Assignment".
5. It's on this work object where the H-Scroll does not work.

Root Cause



The dynamic container iframe wrapper sets the overflow to hidden and scroll does not work in iOS.

Resolution



Below code needs to be put in userworkform as a Local-change: 

<style>
.iframe-wrapper {
overflow:auto !important;
}
</style>

Published June 12, 2015 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us