I have a cordova app and I want to do the following:
- There is a link in an app like whatsapp or any other messenger, or in a mobile browser like chrome: www.example.com/site?p=xyz
- I click on that link and it should open my app "com.cordova.app" on the page "page.html?p=xyz", passing the parameter "p"
How can I do it? I found how to open a site in the inapp-Browser, but it does not what I am looking for.
Thank you for your answers, great community:)
Greetings, Phil