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

Shorten Url redirects to Safari #80

Closed DeepikaKochar closed 8 years ago

DeepikaKochar commented 8 years ago

If I use shorten url then it opens safari first with smart banner when pulled down.

nikDemyankov commented 8 years ago

Both iOS and Android supports only links, that are defined in the configs. And if shorten url is not in there - it will be opened in the browser. This is how Universal Links work on both platforms, and it's not controlled by the plugin.

DeepikaKochar commented 8 years ago

oh.. thank you so much. I'll try it.

nikDemyankov commented 8 years ago

you're welcome :)