You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution NS 7:
Archive main.js add: import { registerUniversalLinkCallback } from "nativescript-plugin-universal-links"; import { getUniversalLink } from "nativescript-plugin-universal-links";
new Vue({
mounted() {
//Detect app is close
let ul = getUniversalLink();
if(ul){
//Redirect with route
}
//Detect app is open
registerUniversalLinkCallback(ul => {
//Redirect with route
});
},
}).$start()
Hi , You could give an example for nativescript-vue. I don't know how to manage the link correctly
Thanks!!!
The text was updated successfully, but these errors were encountered: