You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
<ahref="https://example.com/">This is clickable from TalkBack</a><ahref="https://example.com/"><imgsrc="https://fakeimg.pl/600x400" alt="this is not clickable"></a><ahref="https://example.com/"><imgsrc="https://fakeimg.pl/600x400" alt="">This is not clickable</a>
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
Code sample
Screenshots
Additional context
This issue was originally reported on EmailGeeks slack
The text was updated successfully, but these errors were encountered: