I'm developing an hybrid application by using Angular and Ionic and I need to setup a "reset password" flow: once the user clicks on a "reset password" button they receive a mail link to reset.
If the mail link is clicked and the user has the app installed I'd like to open the app and show a password creation page. Is this possible? Does it work on both ios and android?
Yes you can. You can use deep linking.