Search code examples
cordovaionic-frameworkionic-view

Ionic - How to remove android vertical scroller


Hello I created an sample ionic tab app and as I do run android it shows on a vertical scroller on all pages

enter image description here


Solution

  • In ion-content set attribute: scrollbar-y to false or ""

    see DOCS ionicframework.com/docs/api/directive/ionContent

    scrollbar-y (optional) boolean Whether to show the vertical scrollbar. Default true.