Search code examples
ioscssionic-frameworkcross-platformionic-view

Ionic white space on right side of app


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.

enter image description here


Solution

  • 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;}