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

Unable to access Navigation panel in iOS Mobile offline

SA-44433

Summary



Unable to open the Navigation panel in iOS Mobile in the offline mode.


Error Messages



Not Applicable


Steps to Reproduce



Configure an ESRI Map in any of the mobile sections. When an ESRI Map is displayed, the navigation panel did not work correctly.


Root Cause



The pxRefObjClass property was used in the source report definition of the worklist datapage to package the assignments and was available in the mobile offline mode.


Resolution



Perform the following local-change:

Include the below code snippet in the section where ESRI Maps are contained. <script>
pega.mobile.hybrid.callWhenLaunchboxLoaded(function () {
if(window.launchbox.SideBar){
window.launchbox.SideBar = undefined;
}
}, true);
</script>



Published February 13, 2018 - 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