e-imaxina / cordova-plugin-deeplinks

Cordova plugin to support Universal/Deep Links for iOS/Android.
MIT License
33 stars 68 forks source link

Support of custom 'scheme' #9

Open DaveLomber opened 5 years ago

DaveLomber commented 5 years ago

Does this plugin support a custom 'scheme'? it tells it should be either http or https

but if I want to do something like "example://gizmos”, like in this example https://developer.android.com/training/app-links/deep-linking

how to do it?