From 11a2acfd7b8c07ece4b03815af7b6f9b0ead318e Mon Sep 17 00:00:00 2001 From: aroberson Date: Fri, 10 Apr 2015 08:53:48 -0500 Subject: [PATCH] Fixed zIndex issue on Windows 8, 8.1 where InAppBrowser opens behind default app. --- www/windows8/InAppBrowserProxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/windows8/InAppBrowserProxy.js b/www/windows8/InAppBrowserProxy.js index 944284e..34cc902 100644 --- a/www/windows8/InAppBrowserProxy.js +++ b/www/windows8/InAppBrowserProxy.js @@ -62,6 +62,7 @@ var IAB = { browserWrap.style.borderWidth = "40px"; browserWrap.style.borderStyle = "solid"; browserWrap.style.borderColor = "rgba(0,0,0,0.25)"; + browserWrap.style.zIndex = "9999999"; browserWrap.onclick = function () { setTimeout(function () {