Skip to content

On Screen Button doesn't work in some apps #13

@subins2000

Description

@subins2000

Doesn't work in these apps :

  • Facebook
  • YouTube comments

When recursively iterating through the nodes that has a getText() attribute, the nodes in these apps return a null for getText() and I have no idea why. There's a similar stackoverflow question on this: https://stackoverflow.com/questions/46932091/reading-text-from-facebook-recyclerview-with-accessibilityservice

Instagram has their own IgTextLayoutView for texts, it's getText() works though, returns the string: https://github.com/dnoise/IG-6.9.1-decompiled/blob/master/src/com/instagram/ui/widget/textview/IgTextLayoutView.java

I also saw a getTextForAccessibility() in it, maybe Facebook and YouTube has these functions too. Will have to explore this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions