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 fired for window 10 and surface tablet #238

Open Raghu700 opened 7 years ago

Raghu700 commented 7 years ago

@EddyVerbruggen first thanks for this wonderful plugin. It worked well on Android and on IOS OS. But I am getting problem on windows 10 OS. Case : when app is not opened handleOpenURL not fired, which is defined under path plugins\cordova-plugin-customurlscheme\www\windows\LaunchMyApp.js

But it work fine when app is open. i Also tried different solution those suggested into the resolution chain. Please help me out on this issue. Thanks in advance.

Raghu700 commented 7 years ago

I think problem is some where in loading java script before cordova js load

davidemerritt commented 6 years ago

I am also having this issue, I cant get handleOpenURL to ever trigger on windows 10, even when explicitly running `document.addEventListener("activated", function(){console.log("*")}, false); after the page loads when inspecting the windows app.