I have gone through many answers, but nothing worked for me. I have a simple .html file and ionic content just does not scroll.
Sandy to hide the scrollbar try to add ::-webkit-scrollbar {display:none;} to your css file. It worked for me.
::-webkit-scrollbar {display:none;}