Custom-URL-scheme icon indicating copy to clipboard operation
Custom-URL-scheme copied to clipboard

Not redirecting to the correct page

Open premtemp opened this issue 7 years ago • 4 comments

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

premtemp avatar Feb 02 '18 19:02 premtemp

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..

premtemp1 avatar Feb 03 '18 12:02 premtemp1

@premtemp1 did you ever resolve this issue?

pbergner avatar Feb 23 '18 21:02 pbergner

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

premtemp1 avatar Feb 23 '18 21:02 premtemp1

same issue, any solution found? thanks

bitforcesrl avatar Mar 11 '19 22:03 bitforcesrl