Re: iOS dark mode

2019-12-07 Thread Trevor DeVore via use-livecode
On Thu, Dec 5, 2019 at 2:58 PM Andrew Bell via use-livecode < use-livecode@lists.runrev.com> wrote: > Thank you Trevor! Adding this to my info.plist opted out of Dark Mode: > UIUserInterfaceStyle > Light > > Apple's ominous note at the end of that article gives me the > impression that bef

Re: iOS dark mode

2019-12-05 Thread Andrew Bell via use-livecode
s strongly encouraged. Use the UIUserInterfaceStyle key to opt out only temporarily while you work on improvements to your app's Dark Mode support." --Andrew Bell Date: Wed, 4 Dec 2019 14:46:10 -0600 From: Trevor DeVore To: How to use LiveCode Subject: Re: iOS dark mode On Wed, De

Re: iOS dark mode

2019-12-04 Thread Trevor DeVore via use-livecode
On Wed, Dec 4, 2019 at 2:30 PM Andrew Bell via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there a way to determine if an iOS device has dark mode ("Dark > Appearance") enabled from within a LiveCode app? > > The inherited default text color of a field is black, but is changed > to w

iOS dark mode

2019-12-04 Thread Andrew Bell via use-livecode
Is there a way to determine if an iOS device has dark mode ("Dark Appearance") enabled from within a LiveCode app? The inherited default text color of a field is black, but is changed to white by the OS when this mode is enabled (on a white background in this case which makes it appear invi