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