G guenneguez_t Member Licensed User Longtime User Mar 14, 2019 #1 Hi, As recommanded on the following page : https://support.google.com/accessibility/android/answer/7158690 I vould like to define contentDescription on ImageView. Is it possible ? Best regards Thomas
Hi, As recommanded on the following page : https://support.google.com/accessibility/android/answer/7158690 I vould like to define contentDescription on ImageView. Is it possible ? Best regards Thomas
moster67 Expert Licensed User Longtime User Mar 14, 2019 #2 Enable the Accessibility library in the library-pane in the B4A IDE. Then: B4X: Dim acc As Accessibility acc.SetContentDescription(imv,"This is a car driving on a busy road") 'imv is an imageview Upvote 0
Enable the Accessibility library in the library-pane in the B4A IDE. Then: B4X: Dim acc As Accessibility acc.SetContentDescription(imv,"This is a car driving on a busy road") 'imv is an imageview
G guenneguez_t Member Licensed User Longtime User Mar 14, 2019 #3 Thanks a lot. It's not possible to define information in the Visual Designer ? Upvote 0
moster67 Expert Licensed User Longtime User Mar 14, 2019 #4 As far as I know, you cannot. It could be useful though if you knew you were having static content in your imageview. Upvote 0
As far as I know, you cannot. It could be useful though if you knew you were having static content in your imageview.