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
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.