Ui-sref into <ion-view view-title>

Hi everyone!

I’ve been trying to add a link when the user clicks in the title of the page for example:

<ion-view view-title="FooBar Title">

but neither ui-sref and href seems to work…

Is there a way to capture a click event in the view-title?

Thanks.

You could do something like this

Though I’m not sure that would be great UX

1 Like

I agree with you that it’s not very good for UX, I’ll try to come up with a better solution with my team.

Thanks for the codepen sample !