Provides the ability to handle deeplinks without WebView reloads.
In order to fully use this plugin the usage of `DisableOSDeepLinks` global preference is mandatory on your main module's Extensibility Configuration. Example:
{ "preferences": { "global": [{ "name": "DisableOSDeepLinks", "value": "true" }] } }
This will ensure that the default deeplinking mechanism is disabled.
There are two options to deal with deeplinks:
The companion sample app (Eventful Deeplinks Sample App) provides a practical example of an application that handles cold starts with deeplink by navigating directly into the target deeplink URL and also, while the application is running, reacts to users opening deeplinks by navigating to the target URL.