Hi every one,
We are using NUXT js with capacitor and we have followed the installation of deep linking that is recommended by the CAPACITOR Guide: Capacitor: Capacitor - build cross platform apps with the web
The redirect works when we use an Android phone however it doesn’t work when we use an Android Tablet. Both device are using Android 11.
We are facing the following issue:
- When we use an Android phone vers 11:
- The URL front.golookal.com = redirect successful toward the app com.golookal.app
- test paiement 3D secure with a redirection = reduction successful toward the app com.golookal.app
- Test from a Samsung Tablet A8 android vers 11:
- we have tested the URL front.golookal.com = redirect successful toward the app com.golookal.app
- test paiement 3D secure with a redirection = redirect failed and remain on front.golookal.com
Attached is a picture of the deep linking validity that we are using.
It’s working on the phone and it is NOT working from the tablet because the redirect to the App is not working.
Any recommendation why this is happing ?
In advance that you very much for your help.
Below is a piece of the code
[
{
“relation”: [“delegate_permission/common.handle_all_urls”],
“target” : {
“namespace”: “android_app”,
“package_name”: “com.golookal.app”,
“DELETED PRIVATE KEY”: [“7C:87:89:03:95:87:F5:1A:24:57:16:34:73:F5:CE:83:47:22:FF:61:60:57:9B:A8:A0:E2:10:28:9C:B8:92:F4”]
}
}
]