-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scrolling doesn't work in some apps #820
Comments
Is this question really different from #433?
Scrolling sends scroll events to Android. I think this is the correct behavior. If apps don't handle scroll events, then they don't scroll. |
Yes, #443 asked for key bindings to fake swiping. In this issue, I'm seeking some way of making scrolling sends swipe events instead of scroll events. I guess that means multiple events are fired consecutively thus faking a mouse down, mouse move, and move up won't work |
adb input will have not real touch so some apps might avoid it |
Any news regarding this issue? |
Does e2d5f0e fix the issue? (test the current |
With v1.16, scroll still doesn't work in some apps like |
Or they just use a custom component where they didn't implement scrolling (by reacting to scroll events). |
I assume that
scrolling != finger swiping
which leads to various issues. Is it possible to make mouse scrolling fake swiping?The text was updated successfully, but these errors were encountered: