Ionic 2: Disable Scrolling at Page Level -


this question has answer here:

how possible disable page scrolling using setscrolldisabled(disablescroll) per ionic 2 documentation. seems of rc2 no longer working.

you can aways override scroll-content style in .scss file.

scroll-content {    overflow-y: auto; } 

or can set overflow-y: hidden;


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -