e-imaxina / cordova-plugin-deeplinks

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

https link with path dont work #29

Open mcailleaux opened 4 years ago

mcailleaux commented 4 years ago

Hi

We have a problem with link configuration when we use path and match scheme https

When a path is define, the scheme https is ignored and the link work only for http

if we remove path, it work fine with https

is it possible to allow the link to work with path and https?