B4A Library Accessibility Services (assisting users with disabilities, automation etc) - moster67    Feb 22, 2020   (32 reactions) This is a partial wrap/library for Android's Accessibility Services which you can read about here:
https://developer.android.
Android's Accessibility Services is meant to assisting users with disabilities in using Android devices and apps but can also be used for automation.
Some automation tools, B4i Question Add accessibility features in B4i with UIAccessibility API Collection - b4x-de (first post)    Dec 04, 2023   (4 reactions) see: https://developer.apple.-accessibilitylanguage?language=objc
see also: https://www.rfc-editor.org/info/bcp47
AccessibilityValue As View
Sets the Value of the given View to make it available as AccessibilityValue
pstrValue - the value to set for the pView
pView - the View that needs the value
u B4A Question Subscribe to library updates - moster67 (first post)    Jul 17, 2018   (5 reactions) Accessibility Services (assisting users with disabilities, automation etc)
This is a partial wrap/library for Android's Accessibility Services B4A Question Using Accessibility Services for Scrolling, Commenting, and Liking on Instagram - ykucuk    Oct 02, 2024 Hi all, I’m exploring the use of Accessibility Services to automate actions within the Instagram app, such as scrolling through the feed, writing comments, and liking posts. Has anyone tried implementing something like this using B4X? Is it feasible to perform these actions programmatically with Acc B4A Question accessibility service - moster67 (first post)    Nov 29, 2020   (1 reaction) You need to analyze the data you receive in the Accessibility event.
You could use my project B4XIDEViewer (to resolve the problem with the limit of log characters) in order to find out the name of the views.
Alternatively, you could use the app "Accessibility Scanner" from Google which is useful.
B4A Question Google dinged my app for accessibility - moster67 (first post)    Dec 15, 2018   (2 reactions) Accessibility services is an important topic.
To learn more about accessibility services, you can get an overview here:
1) https://developer.android./
There are many important things to take into consideration.
2) A good app from Google is Accessibility Scanner. It will tell you how well you app i B4A Question TextColor not working - db0070 (first post)    Jul 16, 2020   (1 reaction) Yes indeed, it is an accessibility feature!! It is my wife's phone which I borrow for testing, and High Contrast Fonts was enabled in Visibility Enhancements (which I probably set up for her and then forgot about it in the myriad of settings on this phone)
I have disabled it and TextColor works as Italian Gestione USB e alimentazione - Fulvio75 (first post)    Aug 19, 2023 initialize("Accessibility")
End Sub
'Sub (Event As Object, node As Object)
'
' '***QUESTO EVENTO VIENE SEMPRE RICHIAMATO DA QUALSIASI AZIONE SULL'APP USARE PowerDialogShowed = TRUE PER NON ENTRARCI NUOVAMENTE SE NO COMPAIONO
' 'PIU' POWERMENU
'
' 'Visualizzo il dialog dello spegnim B4A Question Listen on events - sfsameer (first post)    Aug 01, 2021   (1 reaction) Hello,
This is a combination of :
1- Accessibility Services
2- Web service or a server socket in between to receive the events change and to read the Nodes values (like the TextView Value or Button ID to click on it).
Thank you,
Saif Bug? Accessibility Library - Vader    Feb 04, 2015   (1 reaction) The Accessibility Library Class has a Method called DisableAccessisiblityNodeInfo
The problem with this Class is that 'Accessisiblity' is misspelt. It should be 'Accessibility'. Page: 1   2   3   4   5   6   7   Powered by ColBERT |