Hey Guys,
I am facing problem with the Ion-Slides in Supertabs…
When I try to slide the ion-slide manually , the supertabs slides and switched to next tabs…
Here is my code structure.
Home Categories offers orders<super-tabs-container>
<super-tab>
<ion-content>
<ion-slides>
<ion-slide *ngFor="let middle of middleBanner">
<div class="slider-img">
<img src="{{this.image_url_bs_banner+middle.banner_name}}">
</div>
</ion-slide>
</ion-slides>
</ion-content>
</super-tab>
<super-tab>
<ion-nav [root]="category"></ion-nav>
</super-tab>
<super-tab>
<ion-nav [root]="offers"></ion-nav>
</super-tab>
<super-tab>
<ion-nav [root]="orders"></ion-nav>
</super-tab>
</super-tabs-container>
Please help me out…
1 post - 1 participant