Bert-Jan 1 Posted January 31, 2020 (edited) Hi, I created my first multidevice app with RAD 10.3.3 and succesfully submitted it to the Apple appstore. Some customers however report that the app stops at the first login screen with darkened edit boxes. Does anyone have an idea what causes this? Edited January 31, 2020 by Bert-Jan Share this post Link to post
Graham Murt 22 Posted January 31, 2020 I believe it could be that you have “night mode” enabled on your device. Turn this off and it should resolve the issue. Share this post Link to post
Bert-Jan 1 Posted January 31, 2020 That could very well be the case. I'll check. This picture was provided by one of my clients. Share this post Link to post
Dalija Prasnikar 1396 Posted January 31, 2020 This certainly seems like device with dark mode turned on, since TEdit uses native device rendering. There was announcement for 10.3.3 that said plan was to support iOS 13 dark mode https://community.idera.com/developer-tools/b/blog/posts/addressing-ios-13-and-android-64-bit-with-rad-studio and the release notes http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_3 also mentions dark mode support. But, I cannot find those settings (under Project Options - Version) available in IDE. Maybe it is a bug or it is just too late here... Share this post Link to post
Bert-Jan 1 Posted January 31, 2020 Thank you both. I await my customer's response. Share this post Link to post
Bert-Jan 1 Posted January 31, 2020 Customer just confirmed the night mode was causing this. Thanks again! Share this post Link to post
Dalija Prasnikar 1396 Posted January 31, 2020 If by any chance Dark Mode support does not work properly, you can customize plist and add key to force application into using light mode. See http://docwiki.embarcadero.com/RADStudio/Rio/en/Customizing_Your_info.plist_File and https://stackoverflow.com/questions/56537855/is-it-possible-to-opt-out-of-dark-mode-on-ios-13 Share this post Link to post
robertc_delphi 0 Posted November 19, 2020 On 1/31/2020 at 7:07 PM, Bert-Jan said: I so appreciate your help. Hello, were you able to make the app only in white mode? Share this post Link to post
Bert-Jan 1 Posted November 26, 2020 On 11/19/2020 at 7:40 PM, robertc_delphi said: Hello, were you able to make the app only in white mode? No, I decided to allow iOS to change the colors. I just had to make sure that it all worked out properly. Sometimes I use an empty listbox as background to have it white in normal settings and black in dark mode. Maybe there are better ways but this works. Share this post Link to post