i am using in ionic3.
.but it is coming just behind the pages and it is not visible.
when i m inspecting the elements then is showing there.
ionic info
i am using in ionic3.
.but it is coming just behind the pages and it is not visible.
when i m inspecting the elements then is showing there.
ionic info
Or better yet, start a new Ionic 3 project with the tabs template. You can use that a code reference to understand the structure.
Thanks for reply. but the problem is when i m rotating the phone (in horizontal) then tabs are visible. but it is not visible in vertical mode.
Hii @ChrisGriiffith Tabs are working very well in other pages but it is not visible in some pages. the problem is when i m rotating the phone (in horizontal) then tabs are visible. but it is not visible in vertical mode.
Thanks everyone. I resolved the issues. The problem was in <ion-content *ngIf=“customer”>. When i removed ngIf then it started to work.