-
Notifications
You must be signed in to change notification settings - Fork 6
iOS - Opened Link from "About" Screen - Have Poor Color Contrast #105
Comments
The color contrast issue has not been addressed and is still a problem. |
ZTI, please change the DONE to white and please change the recommended color per John's request: #767676 |
Regarding the color change to the I completed a pretty exhaustive search on how one might change the
I did find one good post where the author looked at the 3rd option, and then decided on the 2nd because of the time involved creating the plugin. There are several options as I see it:
|
Adding to the comments from Pervious developers there isn't a lot that can be done in this case. Since after clicking/tapping on the link it loads a UIWebView using the "cordova-plugin-inappbrowser" plugin where most of the UI elements are preset, so changing background color or link color something that would require some custom dev work. Thats a lot of effort in return for the value it would provide (IMHO). |
For those with low vision or color deficiencies (colorblind), color contrast helps make the application usable to them. I will have to give this a look tomorrow since I got a lot of other items to review this week for something that is going live Monday. So I need to check on a few other things before the end of today. |
The "Done" button now has enough color contrast. Guessing some other changes corrected the issue. But the white Link text ( #ffffff ) on the light gray background ( #7F7F7F ) above the "Done" button still does not have enough color contrast. Its color contrast ratio is 4.0:1 and needs to be 4.5:1 or higher to pass. Once the link color contrast is fixed, I can close the issue. NOTE: I did notice the there are two arrows, for I assume Previous and Next links for something that has poor color contrast. Do you want me to one a new GitHub issue for this problem? Plus, when reading with VoiceOver, they both read "Unpronounceable". Please see the attached screenshot. |
@harpreetsdev @pbhatt17 @Abychalil To fix the link color contrast issue, you could make the link text black ( #000000 ) on the light gray background ( #7F7F7F ) for it to pass. I created an issue for the "Previous" and "Next" arrows ( #151 ) so you can track it as a separate issue if I haven't already done so. |
Using the screenshot from August 14, 2020, as an example, the highlighted sections with the URL and "Previous" and "Next" buttons still does not have enough color contrast. The "Done" button text on the dark gray background has enough color contrast. |
@jfc3-dol |
Thanks, will test once I get the latest version next week. |
The color contrast ratio is 2.9:1 and needs to be 4.5:1 or higher to pass. If you can not make the highlighted arrows' color lighter, such as white like the text. Then change the background to black. Please see the attached screenshot. |
The color contrast of the blue "Done" link text ( #2F6AD1 ) at the bottom of the screen against the charcoal gray background ( #373737 ) does not have enough color contrast to pass. The color contrast ratio is 2.33:1 and needs to 4.5:1 or higher to pass. By changing the link text color to white ( #ffffff ) would fix the issue.
The same applies to the white text on the medium gray footer section ( #7F7F7F ) that shows the link. The color contrast ratio is 4.0:1. Changing the background color to #767676 will be enough contrast for the white text.
Please see the attached screenshot.
The text was updated successfully, but these errors were encountered: