当我尝试点击ios设备时,无法正常工作。有人可以帮我怎么回事吗?
<ion-card [ngClass]="{'bg': item.is_read==0}" *ngIf="item.is_read != 2" (press)="selectrecord(notificationunkid)" (tap)="click(item,notificationunkid)">
当我刚刚轻按时,它将转到单击功能,但将要选择记录功能。我不知道为什么。为什么不能在ios中使用。因为我在Android上测试了相同的代码,而且效果很好。所以,如果有人对此有任何想法,请帮助我。