How can I disable or hide the scrollbar within an Ionic 2

前端 未结 9 1490
轻奢々
轻奢々 2020-12-03 10:02

I have an Angular 2 app wrapped in Ionic 2. I\'m using , and within each tab is an . The content in this area ne

9条回答
  •  死守一世寂寞
    2020-12-03 10:35

    Ionic2 has added setScrollDisabled with underscore prefix. So if you would like to access just make use of injectable variable app and try to set the this.app._setScrollDisabled(true).I hope it will work.

提交回复
热议问题