android / codelab-android-accessibility

Basic Android Accessibility: making sure everyone can use what you create!
https://codelabs.developers.google.com/codelabs/basic-android-accessibility/
Apache License 2.0
112 stars 86 forks source link

Gesture isn't dispatched accurately #20

Open SamYangDreemurr opened 5 years ago

SamYangDreemurr commented 5 years ago

When I add up to 20 to 30 paths per second, it starts skipping paths and dispatches gestures that are not exactly the same as I expected. Is there a way to solve these problems?