EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 367 forks source link

handleOpenURL() not triggered with Cordova 5.0+ #232

Open rshchang88 opened 7 years ago

rshchang88 commented 7 years ago

The handleOpenURL worked fine for Cordova 4 and below. It does not trigger with any Cordova version above 5. When I moved it back to 4 it instantly worked. One of my functions required 5+ Cordova.

This issue happens only with iOS. Android works fine. The app is launched when using the custom URL scheme for both platform, but in iOS it doesn't trigger handleOpenURL and executes the functions within, so it just sits there...

FirewizzNL commented 7 years ago

I Have the same issue, it just does't work on Cordova 5+ Really like to see a solution tho..

pacedavis commented 7 years ago

Same issue here, on Android. Has anyone figured out a solution?

adamalton commented 6 years ago

Same issue on Cordova 7.0.1 for iOS.

premtemp commented 6 years ago

Same issue with cordova 6.5... Did anyone find a solution,,

samiroquai commented 6 years ago

I can confirm that I successfully tested the handleOpenURL with Cordova 7.1.0, on Android (cordova-android 6.2.3)

AmyJUn commented 5 years ago

yes ios not working mine is cordova 6, is it still not working?

SergTomcat commented 5 years ago

Cordova 7.1.0, works fine on Android, doesn't invoke on any iOS. Any suggestions?