I have a web app that it can be installed as standalone application in the homescreen thanks to PWA standard.
When a user forget his password, a email is sent to him with a link to reset the password.
Can I deep-link to the already-installed standalone version instead of the web application in chrome browser? I'd like to achieve this behaviour:
- User clicks in email link from gmail application.
- OS check if link matches with any url schema pre-registered in the system (This is the step that I don't really know if it's possible from web right now)
- If found, open the standalone version. Otherwise, open the browser.