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