简体   繁体   中英

ionic app not scrolling on sidemenu + tab bar UI Pattern combination

I followed last example of this blog entry and I'm not being able to scroll my app.

To test this example I used just created some divs (with cards on it), those cards are loaded with dynamic data.

My home.html file looks like:

 <ion-view> <ion-tabs> <ion-tab> <ion-content> <div> <!-- several divs goes here --> 

I can't be able to figure why content is not scrolling. I also tried with solution of this post without any luck.

Hope you can help me! Thanks in advance.

Use this line..

<ion-content scroll="true">

if you hide scrolling then use..

<ion-content scroll="false">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM