Problem with ion-item and click at ios

Hi everyone, can someone help me with this, i have a aplication with a side menu, and if user click in this menu and his photo, its gonna show a editPage, but for some reason in IOS, only left side from ion-item work with click.

index

In this image from example, only side with name “Pedro” work, the another side dont work … only in ios:

<ion-item (click)="goToEditProfile()" no-lines menuClose text-center class="sidemenu-header-item">
	<ion-avatar>
		<img class="profile-picture" [src]="...">
	</ion-avatar>
		<p style="padding-top: 2vh;">Pedro Vitor (Admin)</p>
</ion-item>