Skip to content

Commit 14f3ef0

Browse files
committed
Win8 version
1 parent 9e2ec8c commit 14f3ef0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

www/windows/LaunchMyApp.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
3+
var activatedHandler = function activatedHandler(e) {
4+
if (typeof handleOpenURL == 'function' && e.uri) {
5+
handleOpenURL(e.uri.rawUri);
6+
}
7+
};
8+
9+
var wui = Windows.UI.WebUI.WebUIApplication;
10+
wui.addEventListener("activated", activatedHandler, false);

0 commit comments

Comments
 (0)