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
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.