All Projects → weimingjue → AccessibilityExample

weimingjue / AccessibilityExample

Licence: other
辅助功能(无障碍)的使用教程,适合新手快速入门(AccessibilityService)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AccessibilityExample

openacr
OpenACR is a digital native Accessibility Conformance Report (ACR). The initial development is based on Section 508 requirements. The main goal is to be able to compare the accessibility claims of digital products and services. A structured, self-validated, machine-readable documentation will provide for this.
Stars: ✭ 61 (-38.38%)
Mutual labels:  accessibility
bones
Accessible HTML code patterns for common UI widgets such as tabs, menus, dialogs, etc.
Stars: ✭ 79 (-20.2%)
Mutual labels:  accessibility
SAPC-APCA
APCA (Accessible Perceptual Contrast Algorithm) is a new method for predicting contrast for use in emerging web standards (WCAG 3) for determining readability contrast. APCA is derived form the SAPC (S-LUV Advanced Predictive Color) which is an accessibility-oriented color appearance model designed for self-illuminated displays.
Stars: ✭ 266 (+168.69%)
Mutual labels:  accessibility
tailwindcss-aria-attributes
TailwindCSS variants for aria-* attributes
Stars: ✭ 92 (-7.07%)
Mutual labels:  accessibility
a11y-contracting
Building Accessibility Best Practices into Contracting
Stars: ✭ 43 (-56.57%)
Mutual labels:  accessibility
keyboard modifiers status
Gnome-Shell extension that shows keyboard modifiers status. It's useful when sticky keys are active.
Stars: ✭ 15 (-84.85%)
Mutual labels:  accessibility
makeup-js
Mono-repo for all vanilla JavaScript utility modules and headless ui
Stars: ✭ 28 (-71.72%)
Mutual labels:  accessibility
togglific
Do you find web animations distracting? Togglific provides a distraction-free web experience!
Stars: ✭ 17 (-82.83%)
Mutual labels:  accessibility
thankyounext
Next.js starter template featuring Preact, TypeScript, Tailwind CSS and much more
Stars: ✭ 18 (-81.82%)
Mutual labels:  accessibility
sa11y
Salesforce Automated Accessibility Testing Libraries
Stars: ✭ 58 (-41.41%)
Mutual labels:  accessibility
Cleaner
An android app used to release memory by kill process using accessibility
Stars: ✭ 28 (-71.72%)
Mutual labels:  accessibility
color-links
🔗 Help Individuals With Color Blindness See Visited Links
Stars: ✭ 14 (-85.86%)
Mutual labels:  accessibility
dasher-web
Dasher text entry in HTML, CSS, JavaScript, and SVG
Stars: ✭ 34 (-65.66%)
Mutual labels:  accessibility
brasiltts
Brasil TTS é um conjunto de sintetizadores de voz, em português do Brasil, que lê telas para portadores de deficiência visual. Transforma texto em áudio, permitindo que pessoas cegas ou com baixa visão tenham acesso ao conteúdo exibido na tela. Embora o principal público-alvo de sistemas de conversão texto-fala – como o Brasil TTS – seja formado…
Stars: ✭ 34 (-65.66%)
Mutual labels:  accessibility
LipSync
An open-source mouth operated sip and puff joystick that enables people with limited hand function emulate a mouse on their computer and/or smartphone.
Stars: ✭ 27 (-72.73%)
Mutual labels:  accessibility
clicky-menus
Simple click-triggered navigation submenus. Accessible and progressively enhanced.
Stars: ✭ 76 (-23.23%)
Mutual labels:  accessibility
omnibang
Browser extension for searching many sites directly from address bar using bangs provided by DuckDuckGo.
Stars: ✭ 31 (-68.69%)
Mutual labels:  accessibility
AStack
The Missing SwiftUI Adaptive and Accessible Stacks Library.
Stars: ✭ 110 (+11.11%)
Mutual labels:  accessibility
a11y-ally
A collection of tools to aid developers observe, verify, and test the accessibility of Android applications.
Stars: ✭ 23 (-76.77%)
Mutual labels:  accessibility
lint-html-with-css
Lint HTML with CSS. A collection of CSS snippets from the hashtag #lintHTMLwithCSS on twitter. These CSS snippets intend to warn developers about common mistakes made in HTML.
Stars: ✭ 35 (-64.65%)
Mutual labels:  accessibility

运行app即可立即跳到辅助功能页面,选择开启"HongBaoTest"的辅助功能,然后打开微信的聊天界面即可看到提示语"找到wx的表情图标"

如果报错无法运行请修改根目录build.gradle的classpath为你自己能运行的项目版本

如果APP崩溃过或APP在开启辅助功能的时候进行覆盖安装,大概率会出现辅助功能直接无效的情况(就是"红包锁定中"这句话都出不来),重启手机即可(以后需要注意,这是Android的通病)

由于国内第三方厂商各种奇葩定制,demo可能会出现以下问题:

1.打开微信好友页看不到提示语,解决方法以下几种:

    ①一键清理所有的app(包括demo),重新运行app

    ②上述操作无效的话,重启手机,重新运行app

    ③上述操作依然无效的话,可能是第三方厂商屏蔽了Toast,请开启悬浮窗权限(华为最奇葩的定制)或者直接查看Logcat的日志打印

2.手势发送失败:重启手机即可

辅助功能出问题万能解决方式:重启手机、debug、看日志

博客:https://blog.csdn.net/weimingjue/article/details/82744146

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].