EddyVerbruggen / Custom-URL-scheme

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

Not redirecting to the correct page #267

Open premtemp opened 6 years ago

premtemp commented 6 years ago

Hello, I am not able to successfully get the plugin to open the target page... Also, the windowHandler is not getting fired. The app open to the default page after the link is press cordova 6.5 android 6.3.0 ios 4.5.4

window.handleOpenURL = function (url) { setTimeout(function() { alert("received url: " + url); }, 0); };

Created a link to open the app from a mobile web page " Open my app"

Can you please let me know how to resolve this issue

Thanks

premtemp1 commented 6 years ago

The plugin works.. There is an issue after installing the cordova firebase plugin.

The handleOpenURL is not fired after I installed the cordova firebase plugin. When I remove it then the custom url works... I am not sure how to get both plugin to work..

pbergner commented 6 years ago

@premtemp1 did you ever resolve this issue?

premtemp1 commented 6 years ago

Sorry.. Could not get it to work...

bitforcesrl commented 5 years ago

same issue, any solution found? thanks