Siebel Mobile vertical scrolling issue
Hi,
We have Siebel Service Mobile and are noticing the following issue:
When accessing Siebel from a mobile (iPhone 8 iOS 13) we notice that the Applet paging icons disappear.
This suggests that JQGrid virtual scrolling is enabled as opposed to paging.
However when we try to scroll vertically in a list applet we notice that the whole page is also scrolling.
This of course significantly affects our user experience.
We have tried enabling the pager icons back by running this.GetGrid().jqGrid({pager : '#pager_s_1_l_center'})
in the BindEvent method of a custom PR but the icons are not reappearing. Other jqGrid commands such as hideCol are working,