Issue
I have an angular project that I want to make mobile. I am trying to add Ionic to the application, but when I do, I can no longer scroll within the app. I don’t want to use any Ionic-specific components, I just want to build the app for android/ios. I don’t understand where my scrollbar went.
Solution
Actually your issue could be fixed by wrapping the content in <ion-content>
.
However, since you don’t want to use any Ionic specific codes, I recommend you wrap it in a <div>
and just copy the predefined css of the ion-content, below link should help:
https://ionicframework.com/docs/api/content
Answered By – Haythem
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0