-
Hello 😄 How can I use Deeplinks without using Frameworks like Angular, React or Vue? The documentation just shows it for frameworks (https://capacitorjs.com/docs/guides/deep-links) |
Beta Was this translation helpful? Give feedback.
Answered by
ikeith
Aug 24, 2020
Replies: 1 comment
-
Most of the documentation still applies. You need to add a listener for the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dotNetkow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most of the documentation still applies. You need to add a listener for the
appUrlOpen
event, which will pass in the URL that the user followed. The examples in the docs pass that slug to the respective framework's router but your app can do something else with it if you're handling internal navigation differently.