Text colour issue on iOS password keyboard filling activation screen #869

Closed
opened 2025-11-26 22:32:53 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @ntimo on GitHub (Nov 15, 2019).

Originally assigned to: @mpbw2 on GitHub.

Hello,
the text on the Screen when you activate the password filling via the keyboard on iOS is a bit too dark is looks kind of strange.

image

Originally created by @ntimo on GitHub (Nov 15, 2019). Originally assigned to: @mpbw2 on GitHub. Hello, the text on the Screen when you activate the password filling via the keyboard on iOS is a bit too dark is looks kind of strange. ![image](https://user-images.githubusercontent.com/6145026/68965688-b3440380-07dc-11ea-86d3-8d6565444d65.jpg)
GiteaMirror added the bug label 2025-11-26 22:32:53 -06:00
Author
Owner

@tamet83 commented on GitHub (Mar 22, 2020):

I have the same problem on the search bar, can’t see what I’m typing.
E1F86919-A45A-4577-AF3F-9FCE9A8F07C5

@tamet83 commented on GitHub (Mar 22, 2020): I have the same problem on the search bar, can’t see what I’m typing. ![E1F86919-A45A-4577-AF3F-9FCE9A8F07C5](https://user-images.githubusercontent.com/7949570/77247035-7fb33300-6c2d-11ea-8dc5-ef0978a9651a.jpeg)
Author
Owner

@PTRFRLL commented on GitHub (May 4, 2020):

I believe this is happening because this line is returning false when the iOS system setting is in light mode but the app is using a dark theme. If you toggle iOS into dark mode, the text in the search box becomes white as expected.

@PTRFRLL commented on GitHub (May 4, 2020): I believe this is happening because [this line is returning false when the iOS system setting is in light mode but the app is using a dark theme](https://github.com/bitwarden/mobile/blob/master/src/iOS.Core/Services/DeviceActionService.cs#L396). If you toggle iOS into dark mode, the text in the search box becomes white as expected.
Author
Owner

@sleeping10 commented on GitHub (Sep 20, 2020):

I believe this is happening because this line is returning false when the iOS system setting is in light mode but the app is using a dark theme. If you toggle iOS into dark mode, the text in the search box becomes white as expected.

Not anymore on iOS 14 you can't see anything very annoying bug!image

@sleeping10 commented on GitHub (Sep 20, 2020): > I believe this is happening because [this line is returning false when the iOS system setting is in light mode but the app is using a dark theme](https://github.com/bitwarden/mobile/blob/master/src/iOS.Core/Services/DeviceActionService.cs#L396). If you toggle iOS into dark mode, the text in the search box becomes white as expected. Not anymore on iOS 14 you can't see anything very annoying bug!![image](https://user-images.githubusercontent.com/37278143/93711562-aa843280-fb4f-11ea-827c-0450feb1f2ae.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#869