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

Ion-item-option href not triggered issue

$
0
0

@DanTTea wrote:

I’m created a sliding item of a user and want to navigate to email app with a href.
Like this:

<ion-item-option color="primary" [href]="'mailto:'+user.email">
      <ion-icon slot="icon-only" name="mail"></ion-icon>
</ion-item-option>

In the DOM it created the a-tag with the href like the documentation says, but clicking on the ion-item-option will do nothing.

What am I missing out?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70429

Trending Articles