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
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.