Skip to content

Commit aeacb28

Browse files
authored
Update mobile-implementation.md (#16031)
remove unrelated link and replace "web view" with "WebView"
1 parent 4efbba9 commit aeacb28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/turnstile/get-started/mobile-implementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ weight: 5
88

99
Turnstile is designed to run in a standard browser environment, which includes mobile devices.
1010

11-
On native mobile applications, Turnstile can be used with web views. This applies to all mobile development frameworks and platforms, such as React Native, Swift for iOS, and Kotlin for Android, among others.
11+
On native mobile applications, Turnstile can be used with WebViews. This applies to all mobile development frameworks and platforms, such as React Native, Swift for iOS, and Kotlin for Android, among others.
1212

1313
When using [Pre-Clearance cookies](/turnstile/concepts/pre-clearance-support/) with Turnstile, make sure that it is executed in the same environment where the challenges will occur, including the same browser or device configuration. If Pre-Clearance is done in a different environment, the Pre-Clearance cookie may become invalid and lead to failed challenges.
1414

15-
Any modifications to the environment, such as the User Agent, [Content Security Policy settings](/turnstile/reference/content-security-policy/), or [domain allowlisting](/turnstile/concepts/domain-management/), can disrupt the successful completion of Turnstile challenges. To ensure compatibility, it is recommended to start with a default, unmodified environment and gradually introduce changes, validating Turnstile’s functionality after each adjustment.
15+
Any modifications to the environment, such as the User Agent, [Content Security Policy settings](/turnstile/reference/content-security-policy/), or domain allowlisting, can disrupt the successful completion of Turnstile challenges. To ensure compatibility, it is recommended to start with a default, unmodified environment and gradually introduce changes, validating Turnstile’s functionality after each adjustment.

0 commit comments

Comments
 (0)