Receive URL in Ionic for ios

后端 未结 6 1863
逝去的感伤
逝去的感伤 2021-02-02 11:11

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

6条回答
  •  走了就别回头了
    2021-02-02 11:40

    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.

提交回复
热议问题