I have gone through many answers, but nothing worked for me. I have a simple .html file and ionic content just does not scroll.
Remove the class="scroll" from the div container, scroll="true" from ion-content and add overflow-scroll="true" . The required classes will be added by ionic on the elements. You don't need to add that explicitly
Update: The codepen showing the scrollable list in chrome simulator: http://codepen.io/addi90/full/RaOegM/