Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70440

Ionic 4: ion-select doesn't work well on IOS

$
0
0

@JerryBels wrote:

When on IOS, ion-select doesn’t trigger choices when tapping on it. It does so when tapping on its boundaries / borders.

An example of faulty code :

    <ion-slide>
      <ion-label>
        <ion-card>
          <ion-card-content>
            <form [formGroup]="create1" (ngSubmit)="nextSlide()">
              <ion-list>
                <ion-item no-padding>
                  <ion-label position="floating">{{'GENDER' | translate}}</ion-label>
                  <ion-select formControlName="gender">
                    <ion-select-option value="male">{{"MALE" | translate}}</ion-select-option>
                    <ion-select-option value="female">{{"FEMALE" | translate}}</ion-select-option>
                  </ion-select>
                </ion-item>
              </ion-list>
            </form>
          </ion-card-content>
        </ion-card>
      </ion-label>
    </ion-slide>

Am I missing something ?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70440

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>