For the most part, jqGrid works great under "Safari Mobile" on the iPad and iPod Touch. However, I noticed that on these devices a jqGrid will not display a scrollbar if there are more items in the grid than can be displayed on the page.
You can scroll with two fingers to flip through the content, however since the scrollbar is not displayed there is no indication to the user that more content is available. So they might not even know that they need to scroll. Nevermind the fact that many mobile users will not know you can do the "two finger scroll".
I suppose there are two parts to my question -
- First, does anyone have a work-around to display the scrolll bar?
- If not, can anyone think of a good UI cue to alert a user to the fact that there is more data that they need to "scroll" to?
There is a discussion of this issue on the jqGrid forums under Scrollbar missing on Safari Mobile, but no resolution.