mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2025-04-12 01:53:13 +08:00
inappbrowser _blank target position is fixed
This commit is contained in:
parent
8cb876c63a
commit
97e0eac603
@ -91,7 +91,8 @@ var IABExecs = {
|
||||
browserWrap.browser = browserElem;
|
||||
|
||||
browserWrap.classList.add('inAppBrowserWrap');
|
||||
browserWrap.style.position = 'absolute';
|
||||
// position fixed so that it works even when page is scrolled
|
||||
browserWrap.style.position = 'fixed';
|
||||
browserElem.style.position = 'absolute';
|
||||
browserElem.style.border = 0;
|
||||
browserElem.style.top = '60px';
|
||||
|
Loading…
x
Reference in New Issue
Block a user