Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Outlook Android App links around images are not clickable when using the TalkBack screen reader #136

Open
M-J-Robbins opened this issue Feb 28, 2024 · 0 comments
Labels
Outlook Windows, macOS, iOS, Android and Outlook.com

Comments

@M-J-Robbins
Copy link
Contributor

Email Client

Outlook app

Operating System

Android

Expected Result

All links should be clickable.

Actual Result

Any link that contains an image, including links that contain both link and image. Are not clickable. Navigating to the link it is correctly identified as a link but trying to click it (double tap in TalkBack) it doesn't follow the link.

It is still possible to do a 3 finger tap which brings up a menu, then you can select "links" then you are able to click the link.

Steps to reproduce

  • Send the test code below
  • Run TalkBack
  • Open the Outlook App and navigate to the email
  • Compare this experience to another email client or using a website

Code sample

<a href="https://example.com/">This is clickable from TalkBack</a>
<a href="https://example.com/"><img src="https://fakeimg.pl/600x400" alt="this is not clickable"></a>
<a href="https://example.com/"><img src="https://fakeimg.pl/600x400" alt="">This is not clickable</a>

Screenshots

Additional context

This issue was originally reported on EmailGeeks slack

@hteumeuleu hteumeuleu added the Outlook Windows, macOS, iOS, Android and Outlook.com label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Outlook Windows, macOS, iOS, Android and Outlook.com
Projects
None yet
Development

No branches or pull requests

2 participants