DEV Community

Discussion on: How to convert an Angular Web App into an Ionic App

Collapse
 
codejack11 profile image
Mayank Jain

The scrolling is not working in the app. click action works but can't scroll down. Is there something I can do.

Collapse
 
a_shokn profile image
Ashok Naik • Edited

Try this in the index.html file ,overflow-scroll="true" this should work


Collapse
 
codejack11 profile image
Mayank Jain

overflow-scroll="true" is an ionic property how can we use it in index.html

Thread Thread
 
a_shokn profile image
Ashok Naik
Thread Thread
 
waseemshaz profile image
Muhammad Wassem Shaz

Nicely done. Do we have solution to "Scrolling" issue?

Thread Thread
 
waseemshaz profile image
Muhammad Wassem Shaz • Edited

just wrap base components in ion-content

Scrolling issue resolved

Thread Thread
 
richlira profile image
Rich Lira

@waseemshaz I tried:


The scrolling is working now, but the fragments (#something) and there are some visual errors with the router.

Are we missing some steps @a_shokn ??