Skip to content

Commit 52fed68

Browse files
authored
[MOB-7682] Updating iOS browser handling (#300)
* Update docs for link handling * Remove space
1 parent ebb2a92 commit 52fed68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Below are the methods this SDK exposes. See [Iterable's API Docs](https://api.it
6767

6868
The SDK does not track `inAppDelete` events.
6969

70-
:rotating_light: Due to a limitation in Safari browsers, web in-app messages displayed in Safari can't automatically fire `trackInAppClick` events when a link has been clicked. This will impact analytics for Safari users.
70+
:rotating_light: Due to a limitation in WebKit (which affects iOS web browsers, Safari included) web in-app messages displayed in an iOS web browser browser can't automatically fire trackInAppClick events or handle custom CTAs. This will impact analytics for all Safari and mobile iOS users.
7171

7272
# Usage
7373

@@ -900,7 +900,7 @@ Iterable reserves the `iterable://` and `action://` URL schemas to define custom
900900

901901
The SDK may reserve more keywords in the future.
902902

903-
:rotating_light: `iterable://` and `action://` links are not supported in the Safari web browser. In Safari, users can close an in-app message by clicking away from the message.
903+
:rotating_light: `iterable://` and `action://` links are not supported with WebKit (which affects iOS web browsers, Safari included). In these browsers, users can close an in-app message by clicking away from the message.
904904

905905
## Routing in single-page apps
906906

0 commit comments

Comments
 (0)