https://github.com/ddfreiling/tns-ng-deeplink
Test repository for nativescript-angular deep-linking
https://github.com/ddfreiling/tns-ng-deeplink
Last synced: 10 months ago
JSON representation
Test repository for nativescript-angular deep-linking
- Host: GitHub
- URL: https://github.com/ddfreiling/tns-ng-deeplink
- Owner: ddfreiling
- Created: 2016-12-16T12:27:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T20:25:10.000Z (over 2 years ago)
- Last Synced: 2025-05-06T01:38:41.258Z (about 1 year ago)
- Language: TypeScript
- Size: 1.87 MB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tns-ng-deeplink
Test repository for nativescript-angular deep-linking
The following works as a deep-link in this demo-repo:
`deeplink://details`
It works by having a custom Activity on Android, and custom AppDelegate on iOS,
each using a [ReplaySubject](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/subjects/replaysubject.md), which can be subscribed to from the AppComponent.
IMPORTANT:
AndroidManifest.xml has `android:launchMode="singleTask"`,
which makes sure the angular app is not re-initialized on deep-links