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/28 20:27:57 UTC

[GitHub] breautek commented on issue #122: Plugin not working correctly IOS

breautek commented on issue #122: Plugin not working correctly IOS
URL: https://github.com/apache/cordova-plugin-statusbar/issues/122#issuecomment-458288726
 
 
   Despite the config, it looks like the status bar is in overlay mode. I took a quick look at the src code, and I think line 121 of CDVStatusBar.m is the fault.
   
   https://github.com/apache/cordova-plugin-statusbar/blob/adcee9f66f01f95eaa286f956105bbccf62b14df/src/ios/CDVStatusBar.m#L121
   
   I don't see at any point where the plugin on pluginInitialize obeys the plugin.xml value, and it appears hard code `_statusBarOverlaysWebview = YES;`
   
   Does the problem persist if you programmatically turn overlay off by using `StatusBar.overlaysWebView(false);` after the device ready event fires?
   
   

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