Cannot scroll horizontally in <ion-content>

For some reason I’m having a nearly impossible time allowing horizontal scrolling from within <ion-content>… I’ve tried setting body/html/scroll/ion-view/ion-content’s size properties and still couldn’t get it to work.

Currently in my application I’ve resorted to using a <div> in place of <ion-content> but I’d like to make use of the scroll delegate, could anyone tell me what the issue is?

Try using ion-scroll with direction=x.

Refer http://ionicframework.com/docs/api/directive/ionScroll/