how to make jqgrid accessible in android if it is bigger than viewport

爷,独闯天下 提交于 2019-12-11 07:39:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!