We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2886d1 commit ff84757Copy full SHA for ff84757
README.md
@@ -144,7 +144,8 @@ import InAppBrowser from 'nativescript-inappbrowser'
144
145
### Authentication Flow using Deep Linking
146
147
-Define your app scheme and replace `my-scheme` and `my-host` with your info.
+In order to redirect back to your application from a web browser, you must specify a unique URI to your app. To do this,
148
+define your app scheme and replace `my-scheme` and `my-host` with your info.
149
150
- Enable deep linking (Android) - **[AndroidManifest.xml](https://github.com/proyecto26/nativescript-inappbrowser/blob/master/demo/app/App_Resources/Android/src/main/AndroidManifest.xml#L45)**
151
```
0 commit comments