For almost all my views if I swipe left from the right edge of the phone or emulator the whole view moves to the left.
Turns out the Ionic navbar was causing this issue. So I just made changes to the css file and that solved the issue.
.bar{overflow-x: hidden !important;}