No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Deep Linking with Quasar

    Help
    2
    3
    796
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nickhatboecker last edited by

      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-deeplinks

      Thanks in advance.

      Best regards
      Nick

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @nickhatboecker last edited by dobbel

        @nickhatboecker

        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)

        https://capacitorjs.com/docs/guides/deep-links

        1 Reply Last reply Reply Quote 0
        • N
          nickhatboecker last edited by

          @dobbel Thank you very very much! I switched to Capacitor and got it to work on iOS.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post