I'll answer my question incase anyone else runs into this problem
Open ionic.bundle.js
Find: ignoreScrollStart: function(e) {
Then comment out the first line beginning with return
// return || // defaultPrevented has been assigned by another component handling the event
Hope that helps