I have not used this property yet, but according to docs :
Attr Type Details
-------------------------------------------------------------------------------
scrollDownOnLoad boolean If true, the content will scroll down on load.
So you can do it like this:
<ion-content scrollDownOnLoad="true">
</ion-content>
source
share