DEV Community

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

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 ??