I am using ionic framework. I\'m trying to set up a way to receive a url from another app. Like, you are in browser, click share, and send the link to another app (my app). I fo
On Android, you can use the WebIntent plugin to register your app as a receiver for the Share intent. Im not sure if a similar extension is available for iOS.