Skip to content Skip to sidebar Skip to footer

Slickgrid In The Android Browser (inner-div Scrolling)

The Android Browser can't scroll inner divs. That means using SlickGrid with its default configuration is impossible. Fortunately, SlickGrid has an autoHeight argument that makes

Solution 1:

I ended up writing my own version of slickgrid for this purpose. Also, this will become irrelevant when Google Chrome becomes the default browser, as it actually has decent support for scrolling.

Solution 2:

I would not recommend using SlickGrid for apps/pages targeting mobile devices. The grid was not developed with mobile devices in mind. They require a completely different approach optimized for that particular use case.

Post a Comment for "Slickgrid In The Android Browser (inner-div Scrolling)"