Ионные вкладки не работают при нажатии на вкладку - PullRequest
0 голосов
/ 06 июня 2019

У меня есть приложение в ионном режиме, в котором вкладки на панели вкладок располагаются внизу, но когда я нажимаю 2-ю или 4-ю вкладку, она не переходит на эту страницу, она как будто не подключена, но предназначена для подключения к странице. на вкладку, а также попытался удалить страницу и сделать новую. При нажатии на вкладку он не будет

Спасибо Адам

<ion-tabs>

  <ion-tab-bar slot="bottom">
    
    <ion-tab-button tab="tab1">
      <ion-icon name="flash"></ion-icon>
      <ion-label>Home</ion-label>
    </ion-tab-button>

    <ion-tab-button tab="Camps">
      <ion-icon name="send"></ion-icon>
      <ion-label>Camps</ion-label>
    </ion-tab-button>

    <ion-tab-button tab="tab3">
      <ion-icon name="send"></ion-icon>
      <ion-label>Parties</ion-label>
    </ion-tab-button>
  
    <ion-tab-button tab="Forms">
      <ion-icon name="flash"></ion-icon>
      <ion-label>Forms</ion-label>
    </ion-tab-button>

     <ion-tab-button tab="Parties">
      <ion-icon name="flash"></ion-icon>
      <ion-label>Contact US</ion-label>
    </ion-tab-button>
  
  </ion-tab-bar>


</ion-tabs>
<ion-header>
  <ion-toolbar>
    <ion-title>
      Camp
    </ion-title>
  </ion-toolbar>
</ion-header>
<ion-content>
<ion-card class="camppage">
      <ion-img src="/assets/shapes.svg"></ion-img>
      <ion-card-header>
        <ion-card-title>Welcome to ATAM Camp</ion-card-title>
      </ion-card-header>
      <ion-card-content>
ATAM has camp Monday through Friday, 8:30am to 3:30pm
Every week is customized to teach campers ages 4 to 15     </ion-card-content>
    </ion-card>

    <ion-card class="camplevels">
      <ion-img src="/assets/Levels.png"></ion-img>
      </ion-card-header>
      <ion-card-content>
all projects are age appropriate and kids are divided into groups 4-7, 8-11 and 12-15

Come for the day or stay for the week! From 8:30am to 3:30pm, ATAM is jam packed with fun activities.
Get the most out of your camp with ATAM!    </ion-card-content>
    </ion-card>

<ion-card class="olderthan15">

      <ion-img src="/assets/ATAMteens.jpg"></ion-img>
      <ion-card-header>
        <ion-card-title>OLDER THAN 15? WE GOT YOU COVERED!</ion-card-title>
      </ion-card-header>
      <ion-card-content>
Private Lessons and Classes Year Round.

Students who ‘graduate’ through our summer camp program are wanting to take their new skill set to the next level to master their crafts, projects and eventually go through our mentorship and internship program. Choose from any variety in our tech, art and music departments. Contact us to find out more and get started!    </ion-card-content>
   <ion-button expand="block" color="dark"> Contact US</ion-button>
    </ion-card>



<ion-card class="campSchedule">
      <ion-img src="/assets/Schedule.jpg"></ion-img>
      <ion-card-header>
        <ion-card-title>ATAM Camp Schedule</ion-card-title>
      </ion-card-header>
      <ion-card-content>
8:30 - 9:00     Game Time Social / Camper Check-In

9:05 - 10:15     Instruction / Hands On Tech Project Time

10:20 - 10:45    Picnic Snack / Recess

10:50 - 12:00    Instruction / Hands On Tech Project Time

12:10 - 12:35    Picnic Lunch

12:40 - 1:05     All Camper Outdoor Activity

1:10 - 2:25      Outdoor Activities / Sports / Games

2:30 - 3:25      Exploratory STEM Session

3:30 - 7:30     Sign Out / Optional Camp Care    </ion-card-content>
    </ion-card>

<ion-card class="steamcamp">
      <ion-img src="/assets/campprogramlogos.jpg"></ion-img>
      <ion-card-header>
        <ion-card-title> ATAM STEAM tech CAMPS </ion-card-title>
      </ion-card-header>
      <ion-card-content>
ATAM has camps throughout the year. If school is out, ATAM has camp!
This includes All major holidays, and locally celebrated days.
with the unique combination of technology, maker space, music, traditional art and sports,
it's a dream zone for anyone looking for a place to do it all!   </ion-card-content>
    </ion-card>

    <h1> Get Registered for camp NOW </h1>

  <ion-button expand="block">Sign Up Now!</ion-button>

</ion-content>



<ion-header>
  <ion-toolbar>
    <ion-title>
      Camp
    </ion-title>
  </ion-toolbar>
</ion-header>
<ion-content>
<ion-card class="camppage">
      <ion-img src="/assets/shapes.svg"></ion-img>
      <ion-card-header>
        <ion-card-title>Welcome to ATAM Camp</ion-card-title>
      </ion-card-header>
      <ion-card-content>
ATAM has camp Monday through Friday, 8:30am to 3:30pm
Every week is customized to teach campers ages 4 to 15     </ion-card-content>
    </ion-card>

    <ion-card class="camplevels">
      <ion-img src="/assets/Levels.png"></ion-img>
      </ion-card-header>
      <ion-card-content>
all projects are age appropriate and kids are divided into groups 4-7, 8-11 and 12-15

Come for the day or stay for the week! From 8:30am to 3:30pm, ATAM is jam packed with fun activities.
Get the most out of your camp with ATAM!    </ion-card-content>
    </ion-card>

<ion-card class="olderthan15">

      <ion-img src="/assets/ATAMteens.jpg"></ion-img>
      <ion-card-header>
        <ion-card-title>OLDER THAN 15? WE GOT YOU COVERED!</ion-card-title>
      </ion-card-header>
      <ion-card-content>
Private Lessons and Classes Year Round.

Students who ‘graduate’ through our summer camp program are wanting to take their new skill set to the next level to master their crafts, projects and eventually go through our mentorship and internship program. Choose from any variety in our tech, art and music departments. Contact us to find out more and get started!    </ion-card-content>
   <ion-button expand="block" color="dark"> Contact US</ion-button>
    </ion-card>



<ion-card class="campSchedule">
      <ion-img src="/assets/Schedule.jpg"></ion-img>
      <ion-card-header>
        <ion-card-title>ATAM Camp Schedule</ion-card-title>
      </ion-card-header>
      <ion-card-content>
8:30 - 9:00     Game Time Social / Camper Check-In

9:05 - 10:15     Instruction / Hands On Tech Project Time

10:20 - 10:45    Picnic Snack / Recess

10:50 - 12:00    Instruction / Hands On Tech Project Time

12:10 - 12:35    Picnic Lunch

12:40 - 1:05     All Camper Outdoor Activity

1:10 - 2:25      Outdoor Activities / Sports / Games

2:30 - 3:25      Exploratory STEM Session

3:30 - 7:30     Sign Out / Optional Camp Care    </ion-card-content>
    </ion-card>

<ion-card class="steamcamp">
      <ion-img src="/assets/campprogramlogos.jpg"></ion-img>
      <ion-card-header>
        <ion-card-title> ATAM STEAM tech CAMPS </ion-card-title>
      </ion-card-header>
      <ion-card-content>
ATAM has camps throughout the year. If school is out, ATAM has camp!
This includes All major holidays, and locally celebrated days.
with the unique combination of technology, maker space, music, traditional art and sports,
it's a dream zone for anyone looking for a place to do it all!   </ion-card-content>
    </ion-card>

    <h1> Get Registered for camp NOW </h1>

  <ion-button expand="block">Sign Up Now!</ion-button>

</ion-content>
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...