angular-scrolly
angular-scrolly copied to clipboard
Fake transform-scrolling with angular-friendly utilities
Hello, I'm using `angular-scrolly` in a PhoneGap app and it's working quite well :+1: Only one problem. Sometimes when scrolling it happens that the `ngClick` directive of [`ngTouch`](http://docs.angularjs.org/api/ngTouch) is invoked....
That's the only thing that's keeping me from switching from iScroll.
I am seeing an issue where the scroller is indicating that the scroll event is out of bounds, when there should be scrolling that occurs. It seems that the point...
Scrolling with angular-scrolly generates click events on iOS7. This seems to be intermittent but very common. Click events are generated in the most unexpected place (at the control that, after...
Andy, Have you considered enabling native webkit scrolling if such is detected on the device ? Something like overthrow.js library provides. I'm just asking as I am aware that it's...
Hello, There seems to be a problem with forms. input type="text" doesn't seem to work. (selects work fine) I can not write any text. On tablets/phone the text is being...