Fixed zIndex issue on Windows 8, 8.1 where InAppBrowser opens behind default app.
This commit is contained in:
parent
ea7e7674f8
commit
11a2acfd7b
@ -62,6 +62,7 @@ var IAB = {
|
|||||||
browserWrap.style.borderWidth = "40px";
|
browserWrap.style.borderWidth = "40px";
|
||||||
browserWrap.style.borderStyle = "solid";
|
browserWrap.style.borderStyle = "solid";
|
||||||
browserWrap.style.borderColor = "rgba(0,0,0,0.25)";
|
browserWrap.style.borderColor = "rgba(0,0,0,0.25)";
|
||||||
|
browserWrap.style.zIndex = "9999999";
|
||||||
|
|
||||||
browserWrap.onclick = function () {
|
browserWrap.onclick = function () {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user