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 called in Ionic 3 #280

Open stellarpower opened 6 years ago

stellarpower commented 6 years ago

Hi,

I'd been at this for hours, and I could not get it to work. The handleOpenURL function simply isn't being called and I had followed all the advice on the SO page you link in the readme. I've added a CSP to my index.html and I've added the intent to my config.xml. The only way I can get the function to fire is to put it inside a script tag in the index.html which is obviously not desireable.

Thanks

bitforcesrl commented 5 years ago

Hi @stellarpower found some solution?