apache / apache/cordova-plugin-inappbrowser
Bottom Toolbar overlap on textbox area for iOs
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
# Bug Report
I'm currently having trouble with InAppBrowser plugin for cordova in iOs platform. When I try to open our chatsupport website with textbox, the toolbar overlap it the 2nd time I open it.
### What does actually happen?
Here is the screenshot

Kindly check this 13sec short video demo of the issue
https://youtu.be/liMf48AVxr4
### Command or Code
cordova.InAppBrowser.open('example.com', '_blank', 'location=no');
### Environment, Platform, Device
iPhone 6s simulator (13.6 iOs version)
## Information
**"cordova": "^10.0.0",**
"cordova-android": "^8.1.0",
"cordova-custom-config": "^5.1.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-geolocation": "^4.0.2",
"cordova-plugin-globalization": "^1.11.0",
**"cordova-plugin-inappbrowser": "^4.0.0",**
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova.plugins.diagnostic": "^5.0.2",
"onesignal-cordova-plugin": "^2.9.0",
"sentry-cordova": "^0.12.3"
## 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
Contributor guide
Research direction
Start by reproducing the issue with cordova.InAppBrowser.open('example.com', '_blank', 'location=no') on the stated iPhone 6s iOS 13.6 simulator, opening the chat page twice. Inspect the iOS InAppBrowser toolbar and textbox layout lifecycle; done means the bottom toolbar no longer overlaps the textbox on the second opening.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100