hypery2k/nativescript-urlhandler

Relative Path Interpretation Issues

Opened this issue · 0 comments

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository

Current Behavior

Currently there is no opportunity to interpret the relative path passed via the URL scheme.

I.E. exampleApp://comments/1

Expected Behavior

The plugin should return the relative path of the URL scheme inside the promise so that the app may navigate to the appropriate intended route.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

NativeScript version:
Java version:
NodeJS and NPM version:
Platform(s) running:

"nativescript-urlhandler": "^1.3.0",
"nativescript-vue": "^2.4.0",
  "nativescript": {
    "id": "example.app.name",
    "tns-android": {
      "version": "6.3.1"
    },
    "tns-ios": {
      "version": "6.3.0"
    }
  },