You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/16 14:57:26 UTC

[GitHub] [cordova-plugin-statusbar] HusFNS opened a new issue #204: styleDefault not working on IOS in dark mode

HusFNS opened a new issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   I expected dark text on a white background
   
   
   ### What does actually happen?
   white text on a white background
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   Only happening on iphone in darkmode
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   this.statusBar.show();
   this.statusBar.overlaysWebView(false);
   this.statusBar.styleDefault();
   this.statusBar.backgroundColorByHexString('#FFFFFF');
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   IOS in Dark mode
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ 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
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] ChristopherGeel commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
ChristopherGeel commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-744357913


   Hi guys, 
   
   Does anyone have a working solution to this yet? None of the solutions in #148 worked for me. 
   
   I see that @doginthehat mentioned that there is fix but that it has not yet been published. Any news on this? 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] timbru31 commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-756816635


   Closing as a duplicate of #148 - the master is confirmed to fix the issue. You can use it with `cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git#master`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] TheTonnio commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
TheTonnio commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-717300032


   I think that solutions for this issue are valid for your problem:
   https://github.com/apache/cordova-plugin-statusbar/issues/148


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] HusFNS commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
HusFNS commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-744370379


   @ChristopherGeel  I am going to test in de upcomming days.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] timbru31 commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-756816635


   Closing as a duplicate of #148 - the master is confirmed to fix the issue. You can use it with `cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git#master`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] ChristopherGeel commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
ChristopherGeel commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-747244999


   @echonox thanks, that is great news. Do you know when it will be published? 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] echonox commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
echonox commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-745459793


   @ChristopherGeel @HusFNS tested latest master branch, the fix works ok


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] timbru31 closed issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] TheTonnio edited a comment on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
TheTonnio edited a comment on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-717300032


   I think that solutions for this issue are valid for your problem – https://github.com/apache/cordova-plugin-statusbar/issues/148


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] echonox commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
echonox commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-748487908


   @ChristopherGeel not sure, but I'm using master just fine


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] doginthehat commented on issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
doginthehat commented on issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204#issuecomment-730328808


   I'm getting the same issue as @HusFNS and can't get it to display correctly.
   
   I've tried all the options from #148 but it doesn't help.
   
   There is actually a fix in current master that resolves the problem https://github.com/apache/cordova-plugin-statusbar/blob/29283396113ab1c46d36b61f397f5cdde32686f7/src/ios/CDVStatusBar.m#L303 but it's not published into a release yet.
   
   Not sure if anyone from repo is watching this issue but it would be great if it could be published.
   
   Additionally, the following function should be made accessible:
   
   ```
   - (void) styleDarkContent:(CDVInvokedUrlCommand*)command
   {
       [self setStyleForStatusBar:3];
   }
   ```
   
   (and the matching in plugin js file)
   
   ```
   styleDarkContent: function () {
   		exec(null, null, "StatusBar", "styleDarkContent", []);
   	},
   ```
   
   Hope this help


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [cordova-plugin-statusbar] timbru31 closed issue #204: styleDefault not working on IOS in dark mode

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #204:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/204


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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