gdepourtales / ng-cells

AngularJS Table directive that draws a table of data with different features
http://gdepourtales.github.io/ng-cells/
Other
77 stars 17 forks source link

table scrollbar does not appear on iPad safari #23

Closed softweave closed 9 years ago

softweave commented 9 years ago

I wrote a simple app using ng-cells. It works well in Chrome, FireFox and Safari under Mac OS. The scrollbar fails to appear in iPad Safari.

softweave commented 9 years ago

The app is available at http://softweave.com/ng/cells-demo/#/cells The app source code is available at https://github.com/softweave/cells-demo

gdepourtales commented 9 years ago

Hi Yes, I am aware of this. I need to think how to support mobile devices. Probably a custom scrollbar would be better than standard HTML ones. This would also solve sizing issues on some browsers.

Thanks

ghost commented 9 years ago

It's not just iPad, but any Mac OS. I have no scrollbars on Yosemite, because I use Magic Trackpad and not a mouse, thus cannot scroll any ng-cells tables. UPD: the same is true for MacBooks if you don't use mouse (why would you).

gdepourtales commented 9 years ago

The new 0.4.0 version now supports showing the scrollbars on iPads and MacBooks. The behaviour with MacBook trackpad works with both vertical and horizontal scroll.