Closed TonivdW closed 6 years ago
Yes, it is case sensitive. Shouldn't be that hard to improve this.
Fixed in v1.1.1. Version is released.
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.
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?
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.
And it work's fine in the case of gmail... This is so weird... Will try to reproduce it on my phone.
Yes, correct. FWIW: my phone is running Android 4.4.4 If I can help by running some logging or testing, please yell.
Thanks, will do :)
đ 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.
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.