EddyVerbruggen / Custom-URL-scheme

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

Use builtin Cordova event to retrieve URL on Windows #198

Closed rs22 closed 8 years ago

rs22 commented 8 years ago

Starting with Cordova-Windows 4.4.0 (CB-10653 specifically), the 'activated' event, which is being fired by Cordova, contains everything needed to retrieve the URL that was used to launch the app.

As a result, it's not necessary anymore to call Windows APIs from the plugin.

EddyVerbruggen commented 8 years ago

Very cool, thanks!

So in case this plugin stops working for Windows folks after this is released, they should update their Cordova-Windows version.