From c54f349a874d6e3351223e7c272c1930d35c4345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reto=20Gm=C3=BCr?= Date: Sat, 6 May 2023 18:17:04 +0200 Subject: [PATCH] Added colum for share support See https://developer.chrome.com/docs/android/trusted-web-activity/web-share-target/ --- docs/trusted-web-activity-browser-support.md | 31 ++++++++++---------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/trusted-web-activity-browser-support.md b/docs/trusted-web-activity-browser-support.md index c3a26ff7..a311111f 100644 --- a/docs/trusted-web-activity-browser-support.md +++ b/docs/trusted-web-activity-browser-support.md @@ -5,21 +5,21 @@ Trusted Web Activity Browser Support incorrect, please file an [issue][14]. -|Browser |Basic Support |Splash Screen|Notification Delegation| -|:-------------------:|:-------------------------:|:-----------:|:---------------------:| -|[Chrome][2] |✅ (Since 72) |✅ |✅ | -|[Firefox][3] |✅ ([Preview Nightly][1]) |❌ |❌ | -|[Edge][4] |✅ (since 45.05) |✅ |❌ | -|[Samsung Internet][5]|✅ (since 13.0.2.9) |❌ |❌ | -|[Brave][6] |✅ |✅ |✅ | -|[Vivaldi][7] |✅ |✅ |✅ | -|[Opera][8] |❌ |❌ |❌ | -|[DuckDuckGo][9] |❌ |❌ |❌ | -|[Kiwi Browser][10] |❌ |❌ |❌ | -|[UC Browser][11] |❌ |❌ |❌ | -|[Naver Whale][12] |❌ |❌ |❌ | -|[Yandex.Browser][13] |❌ |❌ |❌ | -|Silk Browser* |❌ |❌ |❌ | +|Browser |Basic Support |Splash Screen|Notification Delegation| Web Share Target +|:-------------------:|:-------------------------:|:-----------:|:---------------------:|:---------------------:| +|[Chrome][2] |✅ (Since 72) |✅ |✅ |✅ (Since 86) | +|[Firefox][3] |✅ ([Preview Nightly][1]) |❌ |❌ |❌ | +|[Edge][4] |✅ (since 45.05) |✅ |❌ |❌ | +|[Samsung Internet][5]|✅ (since 13.0.2.9) |❌ |❌ |❌ | +|[Brave][6] |✅ |✅ |✅ |❌ | +|[Vivaldi][7] |✅ |✅ |✅ |❌ | +|[Opera][8] |❌ |❌ |❌ |❌ | +|[DuckDuckGo][9] |❌ |❌ |❌ |❌ | +|[Kiwi Browser][10] |❌ |❌ |❌ |❌ | +|[UC Browser][11] |❌ |❌ |❌ |❌ | +|[Naver Whale][12] |❌ |❌ |❌ |❌ | +|[Yandex.Browser][13] |❌ |❌ |❌ |❌ | +|Silk Browser* |❌ |❌ |❌ |❌ | ***:** Silk Browser seems to advertise support for Trusted Web Activity, but the app opens the content in a Custom Tab. See [#73][15] for more. @@ -39,3 +39,4 @@ opens the content in a Custom Tab. See [#73][15] for more. [13]: https://play.google.com/store/apps/details?id=com.yandex.browser [14]: https://github.com/GoogleChrome/android-browser-helper/issues [15]: https://github.com/GoogleChrome/android-browser-helper/issues/73 +