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

Scrolling of WO list(Master Details) is opening the WO in mobile

SA-34362

Summary



In mobile app, when scrolled down in the work object list, a blank screen is displayed while the rest of the list was getting loaded. After the load completes it opens up the work object present in the list.


Error Messages



Not Applicable


Steps to Reproduce


  1. Install (Sales Automation) pega mobile app.
  2. Open Work items list
  3. In the search box enter some filter term.
  4. Open All tab and scroll fast.


Root Cause



Its a browser Limitation.

Safari browser triggers touchstart and touchend events at the same instance of time when we try to scroll fastly on a element which has '-webkit-overflow-scrolling: touch;' CSS style, which is causing touc-event-infra to trigger unintended click.

Resolution



Perform the following local-change:

The only alternative to this issue is to not use the
'-webkit-overflow-scrolling: touch;' CSS style.

For eg:

html.phone div#PEGA_HARNESS {
-webkit-overflow-scrolling: touch;
}


Overwrite like below.

html.phone div#PEGA_HARNESS {
-webkit-overflow-scrolling: auto !important;
}


This applies only to phones.

Published March 15, 2017 - 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