cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Small white line on top
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"

On the second screen, mystatusbar in IAB.

Any help will be appreciated ;) thx
+1
Facing the same issue. Did you found any solution?
For anyone having this same issue, my solution is to change
self.toolbar.clipsToBounds = NO;
to
self.toolbar.clipsToBounds = YES;
in CDVWKInAppBrowser.m