Events triggered when scrolling through the list

Hi guys, any idea how to implement events when scrolling through list.

For instance, I wish to hide the fab when scrolling a list (similar to native)

I wish someone could help me.

Thanks in advance! :slight_smile:

<ion-content (scroll)="myMethod()"></ion-content>

Sweet! Thanks for the great job! Will try this one out.

Is this included in the documentation?

@mhartington I have tried using that a several times โ€ฆ The function never gets called. I am using ionic beta 10 and angular rc3. Is there something I am missing?

Not technically since itโ€™s a native DOM event. Since angular2 does event binding with ($eventName) now, itโ€™s open to any native DOM event and custom events as well.