dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

Feature Request: Support for Taxify #209

Closed JacoRoos closed 4 years ago

JacoRoos commented 5 years ago

I'm submitting a ... (check one with "x"):

Feature request

Add support for Taxify

Please consider adding support for the Taxify app: https://taxify.eu/

Problem to solve

The current implementation of the user choice popup lists Taxify when it is installed on a device. However, the destination does not make it into the Taxify app. Full disclosure, this was tested using the Ionic Native wrapper for this plugin: https://ionicframework.com/docs/native/launch-navigator/

dpa99c commented 5 years ago

Please consider adding support for the Taxify app: https://taxify.eu/

I don't see any link to developer documentation on the Taxify site which references an app URL scheme or deep links. Please provide a link to the documentation if it exists otherwise this issue will be closed - I cannot implement a URL scheme that does not exist.

The current implementation of the user choice popup lists Taxify when it is installed on a device. However, the destination does not make it into the Taxify app

Presumably you tested this on Android, which would indicate the Taxify app makes use of the generic geo:// URL scheme on Android, however this is not the same as supporting its own custom URL scheme.

dpa99c commented 4 years ago

Closed due to no response