cordova-plugin-inappbrowser icon indicating copy to clipboard operation
cordova-plugin-inappbrowser copied to clipboard

Small white line on top

Open jay34fr opened this issue 5 years ago • 3 comments

Hi,

After updating to v4.0.0 all is ok but I only have this small issue, a white line is present on top of IAB and I can't remove it.

I try editing CDVWKInAppBrowser.m and made some changes to #define TOOLBAR_HEIGHT 44.0 #define LOCATIONBAR_HEIGHT 21.0

But without success.

On the first screen my status bar in "normal mode"

IMG_3660

On the second screen, mystatusbar in IAB. IMG_3661

Any help will be appreciated ;) thx

jay34fr avatar Jun 17 '20 21:06 jay34fr

+1

jhlee8804 avatar Aug 11 '20 03:08 jhlee8804

Facing the same issue. Did you found any solution?

kartiksolanki avatar Sep 30 '20 00:09 kartiksolanki

For anyone having this same issue, my solution is to change

self.toolbar.clipsToBounds = NO;

to

self.toolbar.clipsToBounds = YES;

in CDVWKInAppBrowser.m

skle avatar Jan 29 '25 15:01 skle