rdoeffinger / Dictionary

"QuickDic" offline Dictionary App for Android. Provided downloadable dictionaries are based on Wiktionaries but can also be created from other sources (see DictionaryPC). Remember to use --recursive when cloning! Fork of project that used to be hosted at code.google.com/p/quickdic-dictionary.
Apache License 2.0
313 stars 68 forks source link

[Accessibility] Touch Target is not respected. #135

Closed andreacantone closed 3 years ago

andreacantone commented 3 years ago

Description

The size of the elements should be at least 48dp*48dp. Some elements don't respect the size of the touch target.

How to reproduce the error

  1. Activate the app Accessibility Scanner
  2. Open the app QuickDic
  3. Activate the registration from the Accessibility Scanner and use the QuickDic app.
  4. After using the app, stop the recording.

Screenshot

The results will show the errors found in the app. For example:

IMG_20201119_095300

rdoeffinger commented 3 years ago

It makes no sense to run Accessibility Scanner blindly without understanding the app or its UI. This UI element exists only for convenience, its functionality is duplicated by the floating button at the bottom. Also note that this is a not an app-specific UI element, but one created by the Android framework, so this issue would need to be reported to Google or your phone vendor either way.