You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/ios-present-onboardings.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,17 +118,15 @@ AdaptyOnboardingView(
118
118
119
119
</Tabs>
120
120
121
-
## Open links in onboardings in an in-app browser
121
+
## Customize how links open in onboardings
122
122
123
123
:::important
124
124
Opening links in onboardings in an in-app browser is supported starting from Adapty SDK v. 3.15.1.
125
125
:::
126
126
127
-
By default, links in onboardings open in the external browser.
127
+
By default, links in onboardings open in an in-app browser. This provides a seamless user experience by displaying web pages within your application, allowing users to view them without switching apps.
128
128
129
-
To provide a seamless user experience, you can open links in an in-app browser. This displays web pages within your application, allowing users to see them without switching apps.
130
-
131
-
To enable this, set the `externalUrlsPresentation` parameter to `.inAppBrowser`:
129
+
If you prefer to open links in an external browser instead, you can customize this behavior by setting the `externalUrlsPresentation` parameter to `.externalBrowser`:
132
130
133
131
<Tabs>
134
132
<TabItemvalue="swift"label="UIKit">
@@ -139,7 +137,7 @@ import AdaptyUI
139
137
140
138
let configuration =try AdaptyUI.getOnboardingConfiguration(
0 commit comments