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
348 stars 531 forks source link

[android] domain name case sensitive? #44

Closed TonivdW closed 6 years ago

TonivdW commented 8 years ago

I notice the Universal Links routines in my app are not getting triggered if the incoming url link has the domain name in mixed case. https://ttapp.nl/info is being handled https://TTapp.nl/info is not being handled The app is started OK with both links, it's just the UL that is not getting fired. Please advise.

nikDemyankov commented 8 years ago

Yes, it is case sensitive. Shouldn't be that hard to improve this.

nikDemyankov commented 8 years ago

Fixed in v1.1.1. Version is released.

TonivdW commented 8 years ago

I included 1.1.1 in my project and can confirm that this now works, that is, partly... An mixed-case link from the gmail app correctly opens my app and navigates to the right page. If I do the same from WhatsApp my app is foregrounded, but no navigation is taking place.

nikDemyankov commented 8 years ago

I think again it depends on the app, from which you are clicking on the link... But does WhatsApp opens your app from this mixed-case link?

TonivdW commented 8 years ago

Yes. WhatsApp opens my app, but it is left on the page that was already active if the app was backgrounded. If it is a coldstart then just the startpage appears. If I use an all lowercase link, the navigation does happen.

nikDemyankov commented 8 years ago

And it work's fine in the case of gmail... This is so weird... Will try to reproduce it on my phone.

TonivdW commented 8 years ago

Yes, correct. FWIW: my phone is running Android 4.4.4 If I can help by running some logging or testing, please yell.

nikDemyankov commented 8 years ago

Thanks, will do :)

nordnet-deprecation-bot commented 6 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.