Hello everyone,
I’m having some trouble trying to understand the difference between using Ionic Deeplinks and the Cordova Deeplinks plug-in.
Does Ionic Deeplinks provide the same functionality as the Cordova plugin or are they different things?
I understand Cordova Deeplinks allows one to instruct a mobile phone to open the desired app (providing the correct arguments to the link).
I also understand that Ionic Deeplinks are more suited to a situation where you want to map certain URLs to specific pages.
But does Ionic Deeplinks replace Cordova Deeplinks in the sense that the desired application will be opened or are they completely different things?
Best Regards.