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 #229

Open spc16670 opened 7 years ago

spc16670 commented 7 years ago

I have an issue when the app is already running and in foreground. Starting Gmail from a notification which pops up when an email is received and clicking on a link in the email causes a bounce off a server which redirects to myscheme://asdf/asdf. This brings the app to foreground (starting it anew and killing the old instance) but the handleOpenURL is never triggered. Everything works great if a back() from the app first putting it to background, and then clicking on a link in the email.

spc16670 commented 7 years ago

Similar to #174

shamun commented 7 years ago

Same problem here. LaunchMyApp.js is never getting executed????????? which never executing handleOpenURL().

Who is executing the LaunchMyApp.js atleast?

Aarbel commented 6 years ago

@shamun @coolfeature have you found a way to make it work ? Thanks !