nativescript-urlhandler
nativescript-urlhandler copied to clipboard
Up to date documentation for NS cli 6 and web URLs
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
Changes
There is no documentation on how to setup app links for web urls. If I have a website and an app I would like to use this package to enable links to my website to open the user's app if it's installed according to the Android app links tutorial.
However, they use some assistant tool from Android Studio and it is not clear how we can set this up for ourselves using nativescript with Vue, Angular or React and this package. The current demo is also outdated it seems as the AndroidManifest does not have the autoVerify
attribute on the intent-filter
and is not supported for NativeScript cli 6
I would like to see an up to date chapter and demo using web urls instead of the current demo://test
scheme which is not useful when wanting to link to a website.
+1