nordnet / cordova-universal-links-plugin

[DEPRECATED] - Cordova plugin to support Universal/Deep Links for iOS/Android.
https://github.com/nordnet/cordova-universal-links-plugin/issues/160
MIT License
349 stars 529 forks source link

Support for Host Port #81

Closed szh closed 5 years ago

szh commented 8 years ago

If I want my app to handle URLs with a custom port, the <intent-filter> in the AndroidManifest.xml should look like this: <data android:host="foo.bar" android:port="1234" /> Currently, there doesn't seem to be a way to specify a port in the config.xml file though. If I add the port to the host property: <host name="foo.bar:1234"> then the port is copied as is into the AndroidManifest.xml's android:host property, and the intent doesn't function. If I write <host name="foo.bar" port="1234"> then it's completely ignored.

Any plans to support this?

nikDemyankov commented 8 years ago

Sure, this can be added. Although, don't think that iOS supports this, so it's gonna be an Android-only feature... But why not.

newuser44 commented 7 years ago

Did this get added?
Just new to the whole cordova stuff and we were trying to add this in our app. Trying to prove that it can work with just a local server (which has a port). As far as I can tell this is the one thing that is holding it up from working.

nordnet-deprecation-bot commented 5 years ago

👋 Hi! Thank you for your interest in this repo.

đŸ˜ĸ We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹī¸ Please see #160 for more information.