From ef4f212fc1482136dba1e690ec589b315b4a377f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 8 Nov 2016 12:37:03 -0500 Subject: build 0.7.0 --- .../cordova-plugin-customurlscheme/www/wp8/LaunchMyApp.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 StoneIsland/plugins/cordova-plugin-customurlscheme/www/wp8/LaunchMyApp.js (limited to 'StoneIsland/plugins/cordova-plugin-customurlscheme/www/wp8/LaunchMyApp.js') diff --git a/StoneIsland/plugins/cordova-plugin-customurlscheme/www/wp8/LaunchMyApp.js b/StoneIsland/plugins/cordova-plugin-customurlscheme/www/wp8/LaunchMyApp.js new file mode 100644 index 00000000..a8172f0f --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-customurlscheme/www/wp8/LaunchMyApp.js @@ -0,0 +1,12 @@ +(function () { + function activatedHandlerWinUI(e) { + if (typeof handleOpenURL == 'function' && e.uri) { + handleOpenURL(e.uri.rawUri); + } + }; + + if (typeof Windows != 'undefined') { + var wui = Windows.UI.WebUI.WebUIApplication; + wui.addEventListener("activated", activatedHandlerWinUI, false); + } +}()); \ No newline at end of file -- cgit v1.2.3-70-g09d2