Search code examples
iosprogressive-web-appsios-sharesheet

Can a progressive web app be registered as a share option on iOS?


I plan to develop an app (not sure if I will go with PWA yet) which includes the following "wishlist" scenario:

  1. The user is browsing a website he likes using safari, chrome or any browser

  2. He clicks the share button in that browser, in order to send the webpage url to another app

  3. He selects my PWA

  4. This url is saved in the user's wishlist

Is step 3 possible?

Note: someone asked the exact same question here about Android: Can a progressive web app be registered as a share option in Android?

My question is just the same, except mine is about iOS. I couldn't find any answers to it.


Solution

  • What you're describing is covered by Web Share Target Level 2.

    Currently, it can be used with Chrome on some desktop platforms and on Android for installed PWAs.

    It's not available on iOS, unfortunately.