Hi guys,
do you know if there are some issue with capacitor appurlOpen and Android?
becasue if I try something like:
App.addListener("appUrlOpen", (e) => {
slug.value = e.url.split(".come").pop();
if (slug.value.includes("/tabs/cart")) {
ionRouter.push({ name: "user-orders" });
}
if (slug.value.includes("/tabs/user")) {
ionRouter.push({ name: "user-orders" });
}
Browser.close();
});
in IOS I’ve no problem but in Android it open the url in the browser instead of close the capacitor browser and show the right view.
Dido you have any advice ?
Thanks and kind regards,
Davide