You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/02 10:27:17 UTC

[GitHub] mtlehtin edited a comment on issue #301: Issue with status bar on iPhone X when toolbar is at the top (v3.0.0)

mtlehtin edited a comment on issue #301: Issue with status bar on iPhone X when toolbar is at the top (v3.0.0)
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/301#issuecomment-450829511
 
 
   It seems to fix also the issue if you just remove the setting of the height
   
   Remove this line from CDVInAppBrowserNavigationController.m:
   `statusBarFrame.size.height = STATUSBAR_HEIGHT;`
   
   Btw Statusbar height should be 44pt. I don't understand that why the statusbar height is hardcoded anyway. 
   `#define    STATUSBAR_HEIGHT 20.0`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org