Git Product home page Git Product logo

Comments (6)

declanslevin avatar declanslevin commented on August 23, 2024 1

I've tested on Android and iOS and the following still needs to be done:

Tapping "Showing" should read out Showing
Tapping "All event types" should read out Filter by event type

Specific to iOS:
Tapping on the chevron should read out Filter by event type
On Android the chevron is treated as a separate button by the Voice tool, while it isn't on iOS. This isn't an issue until category types are selected.

With categories selected:

Tapping on the bar it should read out Filtering event type by x, y, z

from pride-london-app.

zoeabryant avatar zoeabryant commented on August 23, 2024

The button in question is the chevron part of Showing all event types
screen shot 2018-05-11 at 14 25 15
screen shot 2018-05-11 at 14 25 41 <- this

When you tap Showing it should say Showing
When you tap All Event Types it should say Filter by event type
When you tap the chevron it should say Filter by event type

screen shot 2018-05-11 at 14 25 27

In this state
When you tap the bar it should say Filtering by x, y, z...
When you tap the chevron it should say Filter by event type

from pride-london-app.

zoeabryant avatar zoeabryant commented on August 23, 2024

I can't figure out why when you tap Showing it reads Events instead - we haven't set it as a label anywhere! 🤔

from pride-london-app.

zoeabryant avatar zoeabryant commented on August 23, 2024

I have looked into adding the Filtering by x, y, z... label - it doesn't actually read that out instead of whichever category you picked. On the web I'd usually add some hidden text to be read out instead, but it doesn't look like that concept works on apps - you need to tap to read.

from pride-london-app.

frigus02 avatar frigus02 commented on August 23, 2024

The word "Showing" is read as "Events" because of the accessibilityLabel:

accessibilityLabel={text.tabEvents}

I think this is wrong. I am not sure what is should read, though. Should it say "Showing" or maybe "Showing all event types"?

I agree that once a category was selected, the whole thing should read as "Filtering by x, y, z". We might be able to achieve this by giving the corresponding ScrollView (or a parent) an accessibilityLabel. Maybe we need to hide the children from screen readers additionally by using accessibilityElementsHidden.

In addition to this I wonder if the headline should contain the word "Events" somehow. E.g. "Showing events of all categories", "Showing events filtered by x, y, z" or "Events; showing all event types".

from pride-london-app.

RGBboy avatar RGBboy commented on August 23, 2024

Just to update, I have just merged #277. This is supposed to fix part of this issue. @declanslevin would you mind double checking and report back any further changes that you would like to see/hear?

from pride-london-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.