Skip to content

Commit ff84757

Browse files
authored
Update README.md
1 parent d2886d1 commit ff84757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ import InAppBrowser from 'nativescript-inappbrowser'
144144

145145
### Authentication Flow using Deep Linking
146146

147-
Define your app scheme and replace `my-scheme` and `my-host` with your info.
147+
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.
148149

149150
- Enable deep linking (Android) - **[AndroidManifest.xml](https://github.com/proyecto26/nativescript-inappbrowser/blob/master/demo/app/App_Resources/Android/src/main/AndroidManifest.xml#L45)**
150151
```

0 commit comments

Comments
 (0)