My app is running on desktop and mobile browsers and mobile apps. I need to get the URL parameters.
For example this URL:
I need to open my app and get the paramenters ‘user’ and ‘5456’ inside it.
How could I achieve this using Ionic 2?
DeepLink plugins will do this on desktop?