Repository: cordova-plugin-inappbrowser Updated Branches: refs/heads/master ac0bdee8e -> 43592a478
zIndex fixed Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/4b3a8387 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/4b3a8387 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/4b3a8387 Branch: refs/heads/master Commit: 4b3a838704ce44e879983087ddf23d326361bc98 Parents: ac0bdee Author: Piotr Zalewa <[email protected]> Authored: Fri Sep 19 07:51:42 2014 +0200 Committer: Piotr Zalewa <[email protected]> Committed: Fri Sep 19 07:51:42 2014 +0200 ---------------------------------------------------------------------- src/firefoxos/InAppBrowserProxy.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/4b3a8387/src/firefoxos/InAppBrowserProxy.js ---------------------------------------------------------------------- diff --git a/src/firefoxos/InAppBrowserProxy.js b/src/firefoxos/InAppBrowserProxy.js index f945927..f0d44c1 100644 --- a/src/firefoxos/InAppBrowserProxy.js +++ b/src/firefoxos/InAppBrowserProxy.js @@ -72,6 +72,7 @@ var IABExecs = { function updateIframeSizeNoLocation() { browserWrap.style.width = window.innerWidth + 'px'; browserWrap.style.height = window.innerHeight + 'px'; + browserWrap.style.zIndex = '999999999'; browserWrap.browser.style.height = (window.innerHeight - 60) + 'px'; browserWrap.browser.style.width = browserWrap.style.width; }
