I\'ve tried several methods to disable scroll, including using CSS position: fixed, attribute overflow-scroll=\"false\" and etc, but all methods failed
position: fixed
overflow-scroll=\"false\"
I solved same problem using css. (Ionıc 3.6)
Step1: In ion-content add a new class :
ion-content
Step2: In your CSS add the code below :
.no-scroll .scroll-content{ overflow: hidden; }