Results 29 comments of Kamil Pękala

The problem is i think the fact that mobile triggers the scroll event too late - at least thats what happens on iOS. I dont know any solution for that...

"This branch has conflicts that must be resolved"

What's the example usage here?

I think someone has already submitted a pull request where you can reinitialize `vs-repeat` with new size/sizes. Take a look at [https://github.com/kamilkp/angular-vs-repeat/pull/36](https://github.com/kamilkp/angular-vs-repeat/pull/36)

Can you provide a code snippet? Kamil Pękala Dnia 22.11.2016 o godz. 14:40 MadUser [email protected] napisał(a): > I tried to run it on a list of 10K items, The browser...

Can you make a pull request?

Well done. Can you share here for the others how you did it? And if its solved then this issue should get closed.

Try hooking up a `ng-mousedown` on the element where you have `ng-click` and invoke the `stopPropagation` method on the mousedown event there. Let me know if that solves the problem...

If its just plain text any you depend on the renderer where it put linebrakes its gonna be extremely hard. Get getItemSize is meant for a scenario where you can...