How do I use any type of scroll (browser or ionic) in my app?

<ion-content>

<!-- lots of content here -->


</ion-content>

I cant figure out how to scroll manually. How do I scroll? I tried most of the options in the API and also tried with <scroll> </scroll> tag, Can someone help me out here.

I got it. It works only on emulation. And not on ordinary browser.

In a regular browser, you have to click and drag the content of the scroll container with your mouse, as if it were your finger on a phone. You can’t use your scroll-wheel or touchpad scrolling.

Scroll-wheel does work actually, unless you are emulating touch events.

I’m using Ripple in Chrome, so perhaps that’s why.

No it does not. I tried scroll view. keydown and much more. Nothing works.