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

The issue to open an item from a list

$
0
0

@zhouhaowowtv wrote:

I need to click an item in a list several times to make it work. The code is very simple:

Html:

<ion-item *ngFor="#item of items" (click)="itemSelected(item)">
  <h3>{{item.title}}</h3>
  <p>{{item.body}}</p>
</ion-item>

Javascript:

itemSelected(item) {
this.nav.push(DetailsPage);
}

What is the reason? Thanks.

Posts: 9

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



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