cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
IOS Home bar covers bottom toolbar
Bug Report
Problem
What is expected to happen?
On IOS devices that use a home bar for swiping navigation, there should be space reserved for the home bar when a toolbar is present so nothing is behind it.
What does actually happen?
The inappbrowser does not reserve any space for the home bar and places content behind it.
Information
| How it looks (Cordova IAB) | How it should look (Safari) |
|---|---|
![]() |
![]() |
At the bottom there should be space reserved for the home bar, as demonstrated in the safari app. Using the inappbrowser plugin this is not the case.
Command or Code
this.inAppBrowserRef = cordova.InAppBrowser.open(url, '_blank', '');
Source for a demo app showing this bug can be checked out from this GitLab Repo
Environment, Platform, Device
IOS devices that use swipe navigation with a home bar.
Version information
Cordova:
Cordova CLI : 10.0.0
Cordova Platforms : ios 6.1.1`
Cordova Plugins : cordova-plugin-inappbrowser 4.0.0
Tools:
Xcode: 11.7
Checklist
- [x] I searched for existing GitHub issues
- [x] I updated all Cordova tooling to most recent version
- [x] I included all the necessary information above
Did you manage to solve this issue?
Did you manage to solve this issue?
I did not, hopefully someone of the team sees this issue soon
@CasperVerswijvelt if you find a solution can you please post it here?
@svendjanis
I'm not actively looking for a solution for this, so it's in the hands of the inappbrowser developers now and whether they will look at this issue
Issue still present after InAppBrowser 5.0.0 update
https://github.com/apache/cordova-plugin-inappbrowser/issues/901

