apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin
https://cordova.apache.org/
Apache License 2.0
1.12k stars 2.15k forks source link

Bottom Toolbar overlap on textbox area for iOs #794

Open vandolphreyes opened 3 years ago

vandolphreyes commented 3 years ago

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 for skype

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

timbru31 commented 3 years ago

Thanks a lot for your issue, however the issue template exists for a reason. 😊
It helps us to debug the issue further and to provide a solution much faster. With important information missing, we unfortunately can't help you.

Therefore, please edit this issue accordingly or close and create a new one and make sure to provide all the required information.

vandolphreyes commented 3 years ago

Hello @timbru31 , thank you for your response. May I ask what other information do you need?

timbru31 commented 3 years ago

All that are present in the bug template.

vandolphreyes commented 3 years ago

My apologies @timbru31, its now updated.

ljudbane commented 3 years ago

Hi, this was fixed in june, but there hasn't been a new release yet. I modified the local copy of plugin with the same change that is in https://github.com/apache/cordova-plugin-inappbrowser/pull/738. This fixed the issue for me.