Tuesday 28 April 2020

Accessibility : Links

If one textview contains many links , that can be handled correctly using local context menu . Local context menu has already been covered in this post 

There are some specific rules , which should follow for links :

  • Links should have appropriate meaningful link text , not "click here"
  • All the links which are present in textview , should be listed in local context menu -> under Links category . 
  • Announcement for opening the local context menu should be correct like : "Links available , Swipe up and right to view"
Here are few screenshots , for the correct behaviour of links with accessibility : 


Correct Announcement of actions to open the list of links 
In this textview , 2 clickable links are added that are : SignUp ! & Sign In here!
So both should be listed under local context menu . 


Local Context Menu


Clickable Links under Local Context Menu


 

No comments:

Post a Comment

Advanced Kotlin Coroutines : Introduction

 Hi,  Today I am unwraping the topic in Kotin world i.e. Coroutine . If you want to get started with Kotlin coroutine and ease your daily de...