Deep Linking with Quasar
-
Hey guys,
I’m implementing an authorization workflow with a PHP API and a Quasar App Frontend.
The app should be built to android and ios.After filling out a register form, the user receives an email with an activation link.
When clicking the link, the mobile phone should open the app. Apparently, this is called “Deep Linking” on Android.Is there an easy way to achieve this with Quasar?
I found an old cordova plugin but couldn’t get it to work:
https://github.com/e-imaxina/cordova-plugin-deeplinksThanks in advance.
Best regards
Nick -
As of 2020 it is probably better to use Capacitor over Cordova( unless you have a good reason)
Here’s a Capacitor info page about deep-links ( with ios , Android Vue config sample code)
-
@dobbel Thank you very very much! I switched to Capacitor and got it to work on iOS.