You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when inapp browser is loaded in iphone x status bar height is only 20px as it is hard coded
What is expected to happen?
if the view is loaded in the browser set status bar height must be set to 46px instead of 20px(which is hard coded in plugin file cdvuiinappbrowser.m)
What does actually happen?
it is has been set to 20px and displaying a half greyed screen it can be made to zero by changing "statusbar.height to 0 in viewdidload(){}" in plugin but changing plugin is not coding format
Information
Command or Code
Environment, Platform, Device
Version information
Checklist
I searched for existing GitHub issues
I updated all Cordova tooling to most recent version
I included all the necessary information above
The text was updated successfully, but these errors were encountered:
Bug Report
when inapp browser is loaded in iphone x status bar height is only 20px as it is hard coded
What is expected to happen?
if the view is loaded in the browser set status bar height must be set to 46px instead of 20px(which is hard coded in plugin file cdvuiinappbrowser.m)
What does actually happen?
it is has been set to 20px and displaying a half greyed screen it can be made to zero by changing "statusbar.height to 0 in viewdidload(){}" in plugin but changing plugin is not coding format
Information
Command or Code
Environment, Platform, Device
Version information
Checklist
The text was updated successfully, but these errors were encountered: