问题
Setting
<meta name = "viewport" content = "width = device-width"/>
is used to allow users to use jqgrid without zooming.
If jqgrid width or height is bigger than viewport, jqgrid rows and columns outside it are not accessible in Android. There are no scrollbars. Tapping up or down is ignored.
How to make parts outside viewport accessible? should tap() event handlers implemented in javascript for jqgrid or other idea ?
回答1:
Try to set an Overflow to the Container.. (Over Stylesheet you must set overflow: auto;...)
If the Container-Content bigger than the Container, a Scrolling will be activated automatically.
来源:https://stackoverflow.com/questions/10164864/how-to-make-jqgrid-accessible-in-android-if-it-is-bigger-than-viewport