Replies: 4 comments 2 replies
-
Has this been working for you in Chrome? |
Beta Was this translation helpful? Give feedback.
-
I resolved the thing with this change:
so by using the |
Beta Was this translation helpful? Give feedback.
-
Interesting. I'll investigate that when I know my appUrlOpen listener is getting hit. It has just stopped suddenly. No updates were made to the AndroidManifest.xml, any of the .well-known files or the apple-app-site-association file. So it's a little boggling. Yeah that would be cool if you let me know how it's working for you in Chrome. Appreciate that! |
Beta Was this translation helpful? Give feedback.
-
@Nemesis19 everything is good here? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good evening,
I have a Webapp in Vuejs and I used Capacitor to make it native. I could set correctly all the deep link settings as provided in the docs but I have an issue in the situation of a "cold start" of the app.
For "cold start" I mean that the app is not running and not present in the task manager.
I have implemented the
appUrlOpen
listener at the end of my main router.js file (where the vue-router gets inizialized) and it works correctly when the app has been already opened and visible in iOS task manager.However in case of a cold start the listener doesn't work and the internal router just brings the user to the default route.
I tried to implement as per docs the
getLaunchUrl
method to retrieve the link that opened the app, but again it doesn't work. I did it inside theasync mounted
lifecycle in App.vue, hence the main component.I wanted to see if it's a common problem of other frameworks, but Instagram opens a profile page even in cold start.
Is this a bug of Capacitor?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions