ionic-team / ionic-plugin-deeplinks

Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.
Other
332 stars 218 forks source link

auth0-cordova does not work with ionic-plugin-deeplinks in IOS #204

Open nyamage opened 5 years ago

nyamage commented 5 years ago

Hi, My application use ionic-plugin-deeplinks plugin and it works fine. For SSO with auth0, I use auth0-cordova. it works if ionic-plugin-deeplinks is not installed but it doesn't if it's installed. Due to my investigation, following modification cause the issue (it works if enable following line). https://github.com/ionic-team/ionic-plugin-deeplinks/commit/f94f9ac7bf6bba12ca8d41ad98753b3eb5e823e4#diff-c962abbadf86b5d2bf2e44f3d559cf5fL60

it seems that auth0-cordova expect handleOpenUrl is called and above line is a trigger for the function. Would it be possible to enable the line or implement a configuration to enable the line?

vance commented 5 years ago

I'm having the same issue. seems to be related to the in-app-browser.

steel commented 5 years ago

See my solution in https://github.com/ionic-team/ionic-plugin-deeplinks/issues/202