Search code examples
angularcordovaionic-frameworkionic4capacitor

Is it possible to open a specific app page by mail link?


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?


Solution

  • Yes you can. You can use deep linking.