How to replace the back button icon?

We have a custom icon in SVG and this has to be our back button icon. Anyone has faced something similar?

You can add a button and use "navPop"
Ex: <button ion-button navPop>Go Back</button>

You can refer more 3 solution to custom back button in Ionic 2 at here: https://www.youtube.com/watch?v=e6PImZrumYo

Have fun!

1 Like

This was pretty useful, even tho it didn’t work well with android, but there should be a way of fixing it. thanks